請(qǐng)問我哪錯(cuò)了
public class HelloWorld{
? ? public static void mian(String[] args){
? ? ? ? System.out.println("hello imooc");? ??
? ? }
}
? ??
public class HelloWorld{
? ? public static void mian(String[] args){
? ? ? ? System.out.println("hello imooc");? ??
? ? }
}
? ??
2021-07-30
舉報(bào)
2021-07-30
"mian"寫錯(cuò)了,應(yīng)該是"main"