输出第一句话public class hello { public static void main(String[] args) { System.out.println("hello,worid"); }}/* 注意事项1.java大小写敏感 2.符号要使用英文*/