读者您好:
该章源码部分有一个错误.
您将前后台js文件夹中的createxmlhttp.js中内容改为:
var xmlhttp = false;
if(window.XMLHttpRequest){
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}else if(window.[font color=#FF0000]XMLHttpRequest[/font]){
xmlhttp = new XMLHttpRequest();
}
之后再测试一下.