本人参考了 http://life.brucelulu.com/archives/334
将所有js文件下的open和send之间都加入了 ?.responseType = "msxml-document";
类似:
oXmlHttp.open("GET", urlToCall, false);
try { oXmlHttp.responseType = "msxml-document"; } catch (e) { };//网上提出解决bug的
oXmlHttp.send( null ) ;
但还是不行, 头大呀!哪位解决过同类问题的大侠给指导下吧, 谢谢
------解决方案--------------------
给我给我给我给我给我给我给我
------解决方案--------------------
怎么解决的?求真相