在线测试跨域请求

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  原子切割员  阅读(1051)  评论(0编辑  收藏  举报