核心区别一句话总结:print在输出内容后不换行,而println在输出内容后会自动换行,print方法print属于java.io.PrintStream类(System.out就是这个类的实例),它的作用是在控制台打印你...