我邊刪邊寫 發(fā)現(xiàn)在Helloworld這里老是報錯
public class Helloworld {
??? public static void main(String[] args){
??? ?System.out.println("hello imooc");
?}
public class Helloworld {
??? public static void main(String[] args){
??? ?System.out.println("hello imooc");
?}
2020-09-27
舉報
2020-09-27
2020-09-28
跟大寫沒關(guān)系,不過要注意規(guī)范,你看看你的類名跟文件名是否一樣
2020-09-27
HelloWorld W要大寫?