public class helloWord{ public static void main(String[] args){ System.out.println("helloword"); }
}
报错“hellword是公用的类需要定义”
Its_forever
相关分类