提示找不到主方法是怎么回事 ?、
package com.imooc;
public class helloworld {
public static void main(String[] args) {
String myLove="我爱慕课网";
String myURL="www.imooc.com";
System.out.println(myLove);
System.out.println(myURL);
}
}
package com.imooc;
public class helloworld {
public static void main(String[] args) {
String myLove="我爱慕课网";
String myURL="www.imooc.com";
System.out.println(myLove);
System.out.println(myURL);
}
}
2017-05-13
举报