大家能不能幫我看看哪里錯了?
public class HelloWorld {
? ? public static void main(String[] args){
? ? ? ? System.out.println("hello lxq");
? ? }
}
public class HelloWorld {
? ? public static void main(String[] args){
? ? ? ? System.out.println("hello lxq");
? ? }
}
2017-03-19
舉報
2017-07-14
沒問題,能運(yùn)行啊
2017-03-20
是不是System.out.prinIntln("hello lxq");
2017-03-20
代碼沒問題,編譯的時候出錯了還是運(yùn)行的時候出錯?
2017-03-19
沒錯,用JC可運(yùn)行