問(wèn)題在哪兒,沒(méi)找出來(lái)
public class hello imooc{
? ? public static void main(String[]arges){
? ? ? ? System.out.println("hello imooc");
? ? }
}
public class hello imooc{
? ? public static void main(String[]arges){
? ? ? ? System.out.println("hello imooc");
? ? }
}
2020-12-02
舉報(bào)
2021-01-25
沒(méi)有大寫
2021-01-20
必須完全一致哦
2020-12-02
類名寫錯(cuò)了 應(yīng)該寫成:?public class helloimooc{