 
		越尘
2016-11-14 20:18
public class HelloWorld{
public static void main(String args[]) {
String myLove="我爱慕课网";
String myURL="www.imooc.com";
System.out.println(myLove);
System.out.println(myURL);
}
}
 
				文件名要修改为:
HelloWorld.java
需和main方法类名一致。
Java入门第一季(IDEA工具)
1168090 学习 · 18754 问题
相似问题