public class helloWord{ public static void main(String[] args){ System.out.println("helloword"); }}报错“hellword是公用的类需要定义” 查看完整描述