2018年9月8日
摘要: 一、get方法获取数据 axios.get('url') .then(function (res) { console.log(res); }).catch(function (error) { console.log(error); }); 二、post方法新增数据 axios.post('url 阅读全文
posted @ 2018-09-08 16:29 羽丫头不乖 阅读(2769) 评论(0) 推荐(0)