ajax和axios的区别
摘要:1.两种方法请求接口代码 axios axios({ url: '接口地址', method: 'get/post', responseType: 'json', // 默认格式 data: { "参数名" : "参数值" } }).then(function (response) { consol
阅读全文
posted @ 2021-06-29 15:10
posted @ 2021-06-29 15:10
posted @ 2021-06-18 14:36