Axios请求


了解Axios:

Axios是专注于网络数据请求的库。

相比原生XMLHttpRequest对象,Axios易用。

相比于jQuery Ajax,Axios更加轻量化。

使用只需要导入axios.js文件即可用!


axios.get请求格式:


axios.post请求格式:


axios基本格式:

axios发起get请求格式:

axios发起get请求案例:

查看代码





  
  
  
  Document




  
  

  
  


axios发起post请求:

axios发起post请求案例:

查看代码




  
  
  
  Document