問題在哪兒,沒找出來
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
舉報
2021-01-25
沒有大寫
2021-01-20
必須完全一致哦
2020-12-02
類名寫錯了 應該寫成:?public class helloimooc{