請看看代碼的問題
public class HelloWorld{
? ? public static void main(String[] args) {
String yeah="我愛慕課網";
? ? ? ? String haha="www.xianlaiwan.cn";
? ? ? ? System.out.println(yeah);
? ? ? ? System.out.println(haha);
}
} 請問哪里錯了
public class HelloWorld{
? ? public static void main(String[] args) {
String yeah="我愛慕課網";
? ? ? ? String haha="www.xianlaiwan.cn";
? ? ? ? System.out.println(yeah);
? ? ? ? System.out.println(haha);
}
} 請問哪里錯了
2016-10-12
舉報
2016-10-18
沒錯,對的,在這上面有時候提交不了,可能是網的問題
2016-10-12
好像沒有錯,點多幾次提交最后顯示對了,是經常會檢查錯誤嗎