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上运行没有问题啊!可是在网页上运行总是不能通过。为什么?
不用去理会这个,因为我遇到很多题都是这种情况,eclipse是对的就肯定没问题