脱离狼群的熊
2017-03-21 21:43
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是对的就肯定没问题
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题