会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
羽丫头不乖
博客园
首页
新随笔
联系
管理
订阅
2018年9月8日
axios之增删查改操作
摘要: 一、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)