打赏

2019年9月13日

摘要: 安装$ npm install axios 1.发送get请求: axios.get("/api/v1.0/cars?id=132").then(function(res){ console.log(res) }).catch(function(err){ console.log(err) }); 阅读全文
posted @ 2019-09-13 16:35 jlyuan 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: 安装$ npm install axios 1.发送get请求: axios.get("/api/v1.0/cars?id=132").then(function(res){ console.log(res) }).catch(function(err){ console.log(err) }); 阅读全文
posted @ 2019-09-13 16:30 jlyuan 阅读(433) 评论(0) 推荐(0) 编辑

导航