摘要: function axios(method, url) { return new Promise((reslove, reject) => { let xhr = new XMLHttpRequest() xhr.onreadystatechange = function () { if (xhr. 阅读全文
posted @ 2022-09-15 16:36 就挺秃然的 阅读(37) 评论(0) 推荐(0)