摘要: 所用时间:晚上2小时 代码:0 博客:0 知识点: axiox:网络请求 1、利用npm安装: npm install axios 1、get请求 //get请求方式一: axios({ // 默认请求方式为get method: 'get', url: 'api', // 传递参数 params: 阅读全文
posted @ 2023-02-24 21:33 旺旺大菠萝 阅读(11) 评论(0) 推荐(0) 编辑