1.安装axios yarn add axios -g(全局) npm install axios -g -d(开发环境) -s (安装) 网络常见两种请求 get 方法 一般用于获取数据信息 post 方法 进行数据的传送 安全 put delete ...