node中的url url中的方法: parse,resolve,format: 方法parse: 例子:url.parse('http://imooc.com/course/list'); 结果:{ protocol:'http', slashes:true, auth:null, host:'imooc.com', port:null, hostname:'imooc.com', hash:null, search:null, query:null, pathname:'/course/li…