yuadhのinterview_note yuadhのinterview_note
前端基础
软件框架
算法|数据结构
基础学科
系统|工具
项目
面试综合
专栏
GitHub (opens new window)
前端基础
软件框架
算法|数据结构
基础学科
系统|工具
项目
面试综合
专栏
GitHub (opens new window)
  • vscode

  • vue

    • heima

      • webpack构建工具
      • Vue快速开始
      • vue生态技术Router
      • vue生态技术axios
        • axios
      • vue生态技术vuex
  • react

  • 软件框架
  • vue
  • heima
yuadh
2022-12-08
目录

vue生态技术axios

# axios

axios({
  method:'method',
  url:'url',
  data:{
    xxx:xxx
  },
  params:{
    xxx:xxx
  }
}).then(res=>{
  console.log(res.data)
}).catch(err=>{
  console.log(err)
})
1
2
3
4
5
6
7
8
9
10
11
12
13
14
编辑 (opens new window)
上次更新: 2023/02/07, 15:11:55
vue生态技术Router
vue生态技术vuex

← vue生态技术Router vue生态技术vuex→

最近更新
01
青训营真题day01
02-07
02
01day01-html与css
02-07
03
day02-js
02-07
更多文章>
Theme by Vdoing | Copyright © 2022-2023 yuadh | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式