public class HelloWorld{
public static void main(String[] args) {
String myLove1="我爱慕课网";
String myLove2="www.imooc.com";
System.out.println(myLove1);
System.out.println(myLove2);
}
请问错在哪里?
没问题,慕课的验证代码正确性有些呆~
第三行结束的分号是中文的,用英文半角打分号。