nodejs request get请求外部接口,报错请求超时Error: connect ETIMEDOUT 220.181.38.149:80
nodejsrequestget请求外部接口,报错请求超时问题,一直以为是写法不对,后来是发现公司网设置了代理,程序中同样需要设置代理varreqUrl=request(url,{'proxy':'http://username:password@url:port'});//这是get方式request('http://www.baidu.com',{'proxy':'http://xiaoxia