function createXmlHttp() {
if (window.XMLHttpRequest) {
return new XMLHttpRequest(); //not IE } else {
return new ActiveXObject("Microsoft.XMLHTTP"); //IE }
}
function createXmlHttp() {
if (window.XMLHttpRequest) {
return new XMLHttpRequest(); //not IE } else {
return new ActiveXObject("Microsoft.XMLHTTP"); //IE }
}

被折叠的 条评论
为什么被折叠?