文章列表
1. if(xmlHttp.readyState==4)
{
if(xmlHttp.status==200)
{
var response = xmlHttp.responseXML.documentElement;//此方法的返回值不知道为什么是'null',目前还未找到解决方法!!!!!!!
}
}
我在servlet中用 out.print(xmlcode);
xml里面存的字符串格式如下
<?xml version="1.0" encoding="UTF-8"?>
<root> ...