String url = new String("www.imooc.com") 为什么一定要new一个对象赋值啊, 到底什么意思呢? String url="www.imooc.com" 就这样不好么 ??
string是一个类,需要用new一下将类实例化为对象