摘要: 跨域测试代码 - console 里面直接就可以测试 ``` var xhr = new XMLHttpRequest(); xhr.open("GET", "https://www.baidu.com"); xhr.send(null); xhr.onload = function(e) { va 阅读全文
posted @ 2023-08-04 22:02 彭成刚 阅读(195) 评论(0) 推荐(0) 编辑