求幫忙看看 哪里有問題
也是出于一直報(bào)錯(cuò)狀態(tài),為什么啊 覺得沒有錯(cuò) 啊 public class HelloWorld{ ? ?public static void main(String[] args) { String word="我愛慕課網(wǎng)"; ? ?String web="idcbgp.cn"; System.out.println(word); ? ?System.out.println(web); } }
也是出于一直報(bào)錯(cuò)狀態(tài),為什么啊 覺得沒有錯(cuò) 啊 public class HelloWorld{ ? ?public static void main(String[] args) { String word="我愛慕課網(wǎng)"; ? ?String web="idcbgp.cn"; System.out.println(word); ? ?System.out.println(web); } }
2016-11-05
舉報(bào)
2016-11-05
public class HelloWorld{ ?
????public static void main(String[] args) {
?????????String word="我愛慕課網(wǎng)"; ? ?
?????????String web="idcbgp.cn";?
??????????System.out.println(word); ? ?
? ? ? ? ? System.out.println(web); } }
對的,沒有錯(cuò),我以前也是這樣,用eclipse運(yùn)行沒有錯(cuò),只是這個(gè)里面它要求排版,結(jié)構(gòu)要分層對齊,你可以用其他軟件運(yùn)行,對的就可以跳過了
2016-11-05
public class HelloWorld{ ? ?
public static void main(String[] args) {
String word="我愛慕課網(wǎng)";??
String web="idcbgp.cn";
System.out.println(word);??
System.out.println(web);
?}
?}
2016-11-05
public class HelloWorld{ ? ?
public static void main(String[] args) {
String word="我愛慕課網(wǎng)"; ? ?
String web="idcbgp.cn";
System.out.println(word);??
System.out.println(web);
?}
?}