为了账号安全,请及时绑定邮箱和手机立即绑定

两个node 后端请求包(superagent和request)的get请求有什么不同吗?

两个node 后端请求包(superagent和request)的get请求有什么不同吗?

有只小跳蛙 2019-03-14 18:13:34
  superagent  // 设置些需要的头  .get('http://passport.chinahr.com/ajax/m/existLoginName')  .query('input' + "=" + 15800000000)  .end(function (err, response) {    console.log('返回', response.body, err)  });  request  .get('http://passport.chinahr.com/ajax/m/existLoginName?input=15800000000', function (err, res) {    console.log('req', res.body)  })      请求中华人才网的一个接口,用request.get 能正确返回想要的结果用superagent却得到空。
查看完整描述

1 回答

?
侃侃尔雅

TA贡献1801条经验 获得超16个赞

如果响应的content-typetextsuperagent会放在response.text里。


查看完整回答
反对 回复 2019-03-27
  • 1 回答
  • 0 关注
  • 576 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信