摘要: Axios的基本使用 介绍 Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。在vue 中,用来发ajax请求,与后端交互。 从浏览器中创建 XMLHttpRequests 从 node.js 创建 http 请求 支持 Promise API 拦截请求 阅读全文
posted @ 2018-12-16 10:24 前海渔文乐 阅读(715) 评论(0) 推荐(0) 编辑