???这哪里有错
public class HelloWorld{
public static void main(String[] args) {
String str="我爱慕课网";
String www="www.imooc.com";
System.out.println(str);
System.out.println(www);
}
}
public class HelloWorld{
public static void main(String[] args) {
String str="我爱慕课网";
String www="www.imooc.com";
System.out.println(str);
System.out.println(www);
}
}
2018-09-22
举报