摘要: function myAxios(config) { return new Promise((resolve, reject) => { const xhr = new XMLHttpRequest() //如果存在想要放在链接后的参数?name=1&password=2 if (config.pa 阅读全文
posted @ 2023-11-04 17:44 凌碎瞳缘 阅读(51) 评论(0) 推荐(0)