我自己尝试了一下
换行用的 get
使用 \n 换行符试试
String hello = "你好"; String china = "中国"; System.out.println(hello+"\n"+china);
复制粘贴,改下内容就可以了,稍微快一点?