axios使用思路总结

一、Axios是什么?
用来发送请求的对象,类似之前的ajax

 

二、如何使用?

目前只说getpost的使用方式。一共有两种。

  1. 直接使用配置项的方式,发送请求:

   axios使用思路总结_第1张图片

  axios使用思路总结_第2张图片

 

   2.使用别名来发送请求

  axios使用思路总结_第3张图片

  axios使用思路总结_第4张图片

 

参考:

https://www.npmjs.com/package/axios

https://blog.lee-cloud.xyz/post/1/Axios-zhong-wen-wen-dang

https://segmentfault.com/a/1190000008470355?utm_source=tuicool&utm_medium=referral

https://www.cnblogs.com/xiaohuochai/p/7628756.html

https://www.kancloud.cn/yunye/axios/234845

 

转载于:https://www.cnblogs.com/zxxsteven/p/9969962.html

你可能感兴趣的:(axios使用思路总结)