System.out.println(“hello!”);本质为IO打印流操作,把数据输出到控制台上.本质为: PrintStream ps=System.in; ps.println(“hello!”);