messagebox("","1" + char(13) +"2") //char(13)即messagebox()里的回车,或者能用'~r~n' 一定要引号引起来 messagebox("","1" + '~r~n' +"2")