直接写两个语句他就自动换行吗?不需要自己写换行符吗?
使用System.out.println(),后边的ln就代表换行
使用System.out.println()//这是换一行。
使用System.out.print("\n");//这也是换一行.