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