String myLove="我爱慕课网";
String myURL="www.imooc.com";
System.out.println(myLove);
System.out.println(myURl);
}
第二行myURL,第四行是myURI
//多了一个大括号吧