為什么我在第三行加入 String hooby=”慕課網(wǎng)“; 不行呢?
public class HelloWorld{
? ? public static void main(String[] args) {
? ? String hooby = "慕課網(wǎng)";
System.out.println(hobby);
}
}
為什么我這樣不行呢
public class HelloWorld{
? ? public static void main(String[] args) {
? ? String hooby = "慕課網(wǎng)";
System.out.println(hobby);
}
}
為什么我這樣不行呢
2020-07-10
舉報(bào)
2020-07-10
輸出寫的是hobby? ?第三行賦值寫的是hooby!
2020-07-21
仔細(xì)看你變量名字