帮忙纠正一下错在哪里
public class HelloWorld{
public static void main(String[] args) {
String str1="我爱慕课网";
String str2="www.imooc.com";
System.out.println(str1);
System.out.println(str2);
}
}
public class HelloWorld{
public static void main(String[] args) {
String str1="我爱慕课网";
String str2="www.imooc.com";
System.out.println(str1);
System.out.println(str2);
}
}
2016-07-22
举报