白嫖小白菜

 

2021年6月29日

ajax和axios的区别

摘要: 1.两种方法请求接口代码 axios axios({ url: '接口地址', method: 'get/post', responseType: 'json', // 默认格式 data: { "参数名" : "参数值" } }).then(function (response) { consol 阅读全文

posted @ 2021-06-29 15:10 白嫖小白菜 阅读(810) 评论(0) 推荐(0) 编辑

导航