這是哪里出問題了顯示輸出有誤
public class HelloWorld{
? ? public static void main(String[] args) {
String a="我愛慕課網";
? ? System.out.println(a);
? ? String b="wwww.xianlaiwan.cn";
? ? System.out.println(b);
}
}
public class HelloWorld{
? ? public static void main(String[] args) {
String a="我愛慕課網";
? ? System.out.println(a);
? ? String b="wwww.xianlaiwan.cn";
? ? System.out.println(b);
}
}
2020-07-12
舉報
2020-07-12
定義b那行多了個W?可能答案只檢驗輸出結果,對不上
2020-07-17
多打個w。。。。
2020-07-17
有錯嗎?我運行了一遍,沒錯?。? 你是不是在扮豬吃老虎