public class HelloWorld{
public static void main(String[] args) {
String a="我爱慕课网";
String b="www.imooc.com";
System.out.println(a);
System.out.println(b);
}
我复制你的代码。发现“我爱慕课”后面的分号是中文分号
谢谢你的回答
分号不对,改成英文的