我是Java新手,有人可以向我解释这个方法有什么问题:
clas Hello { public static void main (String[]arg) { Document.write ("hello world") ; }}
java
java ×1