Java中print、printf、println的区别 浪里摸鱼 2022-04-26 161 阅读1分钟 printf 和c语言中差不多,可以进行格式化输出。 print 就是一般的标准输出,但是不换行 println 和print基本没什么差别,就是最后会换行