技术文章 2010-08-20 · 1639 阅读 测试代码的显示效果 public class Test{ public static void main(String[] args) { System.out.println(“hello world!”); } }