运行Java代码 代码 运行代码 标准输入 class Test { public static void main(String[] args) { System.out.println( "hello Java" ); } }