public class HelloWorld{ public static void main(String[] args) { String x="我爱慕课网"; String y="www.imooc.com"; System.out.println(x); System.out.println(y); } } 我在eclipse都能运行出来 这里怎么不行?
String x="我爱慕课网"; 这里是中文的分号,改成英文的。