public class HelloWorld{ public static void main(String[] args) { String hobby; hobby = "慕课网"; System.out.println(hobby); } } 这个应该没错啊?怎么说有错误呢
代码可运行,无错误。
public class HelloWorld{
public static void main(String[] args) {
String hobby="慕课网";
System.out.println("重新赋值后变量hobby的内容是:"+hobby);
}
}
这个应该没错吧?
String hobby=new String("慕课网");
没有,在eclipse上面就行,我后面的题都出现这个问题,不知道为什么
是不是标点错了啊 ( ˙-˙ )