System.out.println(s):打印内容s+换行符到标准输出流System.out.print(s):打印内容s到标准输出流
System.out.print();print不换行 println换行