摘要: 🧑‍💻 写在开头 点赞 + 收藏 学会🤣🤣🤣 1. xmlHttpRequest是如何取消请求的? 实例化的XMLHttpRequest对象上也有abort方法 const xhr = new XMLHttpRequest(); xhr.addEventListener('load', f 阅读全文
posted @ 2024-07-10 18:18 林恒 阅读(240) 评论(0) 推荐(1)