为什么在eclipse是正确的,在网页不对。
public class HelloWorld{ public static void main(String[] args) { String chinese="我爱慕课网"; String workNet="www.imooc.com"; System.out.println(chinese); System.out.println(workNet); } } 我在eclipse上运行没有问题啊!可是在网页上运行总是不能通过。为什么?
public class HelloWorld{ public static void main(String[] args) { String chinese="我爱慕课网"; String workNet="www.imooc.com"; System.out.println(chinese); System.out.println(workNet); } } 我在eclipse上运行没有问题啊!可是在网页上运行总是不能通过。为什么?
2017-03-21
举报