摘要: 0X00 在浏览器Console输入下面的代码 var xhr = new XMLHttpRequest(); xhr.open('GET', 'https://www.xxx.com/api/action'); xhr.send(null); xhr.onload = function(e) { 阅读全文
posted @ 2023-02-13 18:03 原子切割员 阅读(1895) 评论(0) 推荐(0)