axios

axios也是返回一个promise对象,他会封装两个结果,成功即为response,需要取出从服务器获得的响应数据,response.data。失败为error,需要获取为error.message。