摘要: //axios封装的ajax //get方法返回值是一个promise方法 // document.querySelector('.get').onclick = function () { // axios.get('/fruits').then(res => { // console.log(r 阅读全文
posted @ 2022-08-27 16:08 就挺秃然的 阅读(107) 评论(0) 推荐(0)