会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
转用csdn,后续博客园不再更新 https://blog.csdn.net/hc1285653662?type=blog
首页
新随笔
管理
2019年12月13日
axiso 的使用
摘要: Vue官方推荐的ajax请求框架叫做:axios 1、axios的Get请求语法: axios.get("/item/category/list?pid=0") // 请求路径和请求参数拼接 .then(function(resp){ // 成功回调函数 }) .catch(function(){
阅读全文
posted @ 2019-12-13 22:27 青岑
阅读(560)
评论(0)
推荐(0)
编辑
公告