XMLHttpRequest 对象兼容ie5、ie6

版权声明:当前文章版权为本人所有,转载请提前联系本人,并附以地址说明。 https://blog.csdn.net/D_claus/article/details/90021030

IE7+、Firefox、Chrome、Safari 以及 Opera支持 XMLHttpRequest 对象。

xmlhttp=new XMLHttpRequest();

IE5 和 IE6)使用 ActiveX 对象。 

xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");

猜你喜欢

转载自blog.csdn.net/D_claus/article/details/90021030