特点/功能
- make XMLHttpRequests from browser 在浏览器环境里发送 AJAX 请求
- make http requests from nodejs 在 nodejs 里发送 http 请求
- supports the promise API 支持 promise(es6 语法)
- intercept request and response 拦截请求和响应
- transform request and response data 转换请求和响应数据
- cancel requests 取消请求
- automatic transforms for JSON data 自动转换 JSON 数据
- client side support for protecting against xsrf 客户端支持防止 CSRF/XSRF
安装
1 | npm install axios --save-dev |
exmple
1 | let config = { |