我代码都没有错在eclipse中都可以 这里就是错的为什么的
String[]后面是两空格..之后才是args
public class HelloWorld{
public static void main(String[] args) {
String hobby="慕课网";
System.out.println(hobby);
}
}
我也是正确的呀,为什么老叫我检查代码,不能识别么?
public class HelloWorld{
public static void main(String[] args) {
String hobby="慕课网";
System.out.println(hobby);
}
}