哪里错了啊
public class HelloWorld{
public static void main(String[] args) {
String hobby="我爱慕课网";
System.out.println(+hobby);
hobby="www.imooc.com";
System.out.println(+hobby);
}
}
public class HelloWorld{
public static void main(String[] args) {
String hobby="我爱慕课网";
System.out.println(+hobby);
hobby="www.imooc.com";
System.out.println(+hobby);
}
}
2020-07-12
举报