输出时没有换行的代码,为什么输出的会换行?
println中的ln代表换行
System.out.println()输出并换行
System.out.print()输出 不换行
一般可能是你输出时用的是println,把ln去掉应该就可以了