noejs 获取远程json数据 var http =require("http") var server = http.createServer(function(req, res){}).listen(8877); var url1 = "xxx.com/json" h… voidcat 2017年1月14日 5,663