axios.post('http://www.baidu.com')
.then(function (response) {
console.log(response.data.data)
}).catch(function (error) { //ajax中的error
console.log(error);
});
引入axios,写个ajax发送到 通过post发送给百度
最新推荐文章于 2022-05-06 21:54:53 发布