有誰知道錯在哪了?
public class HelloWorld{ ? ?public static void main(String[] args) { ? ? ? ?String myL="我愛慕客網(wǎng)"; ? ? ? ?String wZ="idcbgp.cn"; ? ? ? ?System.out.println(myL); ? ? ? ?System.out.println(wZ); } }錯在哪了???
public class HelloWorld{ ? ?public static void main(String[] args) { ? ? ? ?String myL="我愛慕客網(wǎng)"; ? ? ? ?String wZ="idcbgp.cn"; ? ? ? ?System.out.println(myL); ? ? ? ?System.out.println(wZ); } }錯在哪了???
2017-06-10
舉報(bào)
2017-06-23
是慕課而不是幕客
2017-06-12
這個代碼沒毛病
2017-06-10
應(yīng)該是變量命名不規(guī)范
2017-06-10
代碼是沒有問題的 ?應(yīng)該可以運(yùn)行成功的 ?