另类回答1
public class HelloWorld {
public static void main(String[] args) {
String S1="我爱慕课网";
System.out.println(S1);
System.out.println("www.imooc.com");
}
}
这个也可以,虽然没有按照要求来,也可以成功运行
public class HelloWorld {
public static void main(String[] args) {
String S1="我爱慕课网";
System.out.println(S1);
System.out.println("www.imooc.com");
}
}
这个也可以,虽然没有按照要求来,也可以成功运行
2017-09-19
举报