-
vue中axios.js下载
资源介绍
vue中的ajax
axios.get('/user?ID=12345')
.then(function (response) {
// handle success
console.log(response);
})
.catch(function (error) {
// handle error
console.log(error);
})
.then(function () {
// always executed
});
- 上一篇: 将数据0xaa写入X5045再读出送P1口显示.rar
- 下一篇:没有了