console.log("11"); var xmlhttp =new window.XMLHttpRequest(); console.log("12"); xmlhttp.open("GET",url,false); xmlhttp.send(null); return xmlDoc;为啥我调试的时候说的是internal error?是因为版本的问题吗?
看看xmlDoc是不是符合xml的格式。
跨域访问