这样写为什么会错呢
public class HelloWorld{
public static void main(String[] args) {
string myLove="我爱慕课网";
string myURL="www.imooc.com";
System.out.println(myLove);
System.out.println(myURL);
}
}
这样写为什么会错呢
public class HelloWorld{
public static void main(String[] args) {
string myLove="我爱慕课网";
string myURL="www.imooc.com";
System.out.println(myLove);
System.out.println(myURL);
}
}
这样写为什么会错呢
2016-02-20
举报