String age1="我爱慕课网";
String age2="www.imooc.com";
System.out.printIn(age1);
System.out.printIn(age2);
printIn 是println吧