这段代码不知道错哪里了?求助!!!
public class HelloWorld{ public static void main(String[] args) { String myLove="我爱慕课网"; String wangZhi="www.imooc.com"; System.out.println(myLove); System.out.println(wangZhi); } } 不知道错哪里了?求助!!!
public class HelloWorld{ public static void main(String[] args) { String myLove="我爱慕课网"; String wangZhi="www.imooc.com"; System.out.println(myLove); System.out.println(wangZhi); } } 不知道错哪里了?求助!!!
2017-06-05
public class HelloWorld {
public static void main(String[] args){
String myLove="我爱慕课网";
String wangZhi="www.imooc.com";
System.out.println(myLove);
System.out.println(wangZhi);
}
}
你的我爱慕课网后的分后应该是中文标点符号,记住,都要用全英文哦!
举报