這代碼哪里錯(cuò)了
public class HelloWorld{
??? public static void main(String[] args) {
?? ??? ?String hobby="慕課網(wǎng)";
?? ??? ?System.out.println(hobby);
?? ?}
}
public class HelloWorld{
??? public static void main(String[] args) {
?? ??? ?String hobby="慕課網(wǎng)";
?? ??? ?System.out.println(hobby);
?? ?}
}
2016-10-09
舉報(bào)
2016-10-12
“慕課網(wǎng)”; 后面的分號(hào)是英文輸入法; ?你寫(xiě)成;了
2016-10-09
中文符存在
2016-10-09
兩個(gè)分號(hào)不一樣