你可以试试这句话
System.out.println(a1+'\r\n'+a2);
这样的结果就是换行
System.out.println(a1+'\r\n'+a2);这个是错的"\r\n"这个要用双引号引起来才能运行
可能可以吧,但是变量a1,a2就不会换行了,它们会在同一行输出