慕粉4253477
2016-10-26 20:51
public class HelloWorld{
public static void main(String[] args) {
String myLove="我爱慕课网";
String myAdress="www.imooc.com";
System.out.println(myLove);
System.out.println(myAdress);
}
}
这位朋友,我复制粘贴并运行了,没有错误,会不会说是你创建这个程序的时候救出了问题。
用myeclipse去运行是不没有错误的
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题