求解錯在哪兒?
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-09
舉報
2020-09-16
錯在你的main后的(),你用了中文(),應該用英文輸入法下的()
2020-09-10
public static void main(Sring[] args)? ?輸入法調成英文半角;后面空行取消。(個人觀點)