XMLHttpRequest: 网络错误 0x4c7, 操作已被用户取消
var xhr = new XMLHttpRequest();var url = "https://otherdomain.com";var method = "GET";xhr.open(method, url, true);xhr.onload = function() { var responseText = xhr.responseText; document.write(r
原创
2016-08-02 15:42:05 ·
6739 阅读 ·
0 评论