为什么不能通过?
public class HelloWorld{
public static void main(String[] args) {
string wChinese="我爱慕课网";
string zEnglish="www.imooc.com";
System.out.println(wChinese);
System.out.println(zEnglish);
}
}
public class HelloWorld{
public static void main(String[] args) {
string wChinese="我爱慕课网";
string zEnglish="www.imooc.com";
System.out.println(wChinese);
System.out.println(zEnglish);
}
}
2016-08-06
举报