求救:XMLHTTPRequest ERROR: "The download of the specified resource has failed"
由于链接均以https开始,在执行下面代码的时候报错:
Error:The download of the specified resource has failed.
请大侠指点
抛错代码如下:
var oXMLDoc = new ActiveXObject('MSXML');
sURL = "……";
oXMLDoc.url = sURL;
var oRoot=oXMLDoc.root;