這個運行失敗 是咋回事啊
public class HelloWorld{
??? public static void main(String[] args) {
?? ??? ?String hobby="慕課網";
?? ??? ?System.out.println(hobby);
?? ?}
}
public class HelloWorld{
??? public static void main(String[] args) {
?? ??? ?String hobby="慕課網";
?? ??? ?System.out.println(hobby);
?? ?}
}
2019-04-13
舉報
2019-07-16
對啊,注意有時用輸入法沒有切回英文,這樣符號也行的
2019-04-13
?String hobby="慕課網";中的“分號”是中文得,應該是英文的,例如:
?String hobby="慕課網";