一直说运行,没有慕课网这几个字?
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);
}
}
这个代码有错么?为什么一直说是错误的
2016-11-22
举报