qq_也许会更好_04158497
2017-03-17 20:54
public class HelloWorld{
public static void main(String[] args) {
String myname="我爱慕课网";
String $hobby1="www.imooc.com";
System.out.println(myname);
System.out.println($hobby1);
}
}
public class HelloWorld{
public static void main(String[] args) {
String love = "我爱慕课网";
String webSite = "www.imooc.com";
System.out.println(love);
System.out.println(webSite);
}
}
请问大神这代码错在哪里?
报错如下:/85/1221/ASWV/HelloWorld.java:3: error: illegal character: '\uff1b'
String love = "?????"?
^
1 error
最新版Eclipse Neon.2 环境下测试没有任何问题
应该没有错误
请详细描述一下你的代码是如何报错的。
你的没有错,重新编译下
老铁,这代码没毛病
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题