Java中常用的输出语句有两种:
示例:
System.out.println("Hello, world!");
输出:
Hello, world!
System.out.print("Hello, "); System.out.print("world!");