帮我看看你 哪里有毛病?
public class HelloWorld{ public static void main(String[] args) { String x="我爱慕课网"; String y="www.imooc.com"; System.out.println(x); System.out.println(y); } } 我在eclipse都能运行出来 这里怎么不行?
public class HelloWorld{ public static void main(String[] args) { String x="我爱慕课网"; String y="www.imooc.com"; System.out.println(x); System.out.println(y); } } 我在eclipse都能运行出来 这里怎么不行?
2018-04-20
举报