首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

xmlHttp.responseXML.getElementsByTagName("content").length=零

2012-11-01 
xmlHttp.responseXML.getElementsByTagName(content).length0如果你出现这样的错误 xmlHttp.responseXM

xmlHttp.responseXML.getElementsByTagName("content").length=0
如果你出现这样的错误 xmlHttp.responseXML.getElementsByTagName("content").length=0

那就检查以下几点:1:你想过java类的out是否关闭2:你的后台是否编码 比如

content.append("<?xml version="1.0" encoding="utf-8"?>");

3:检查你的xml的节点标签   比如content.append("<content>");
    content.append("<tupian>"+tupian+"</tupian>");
    content.append("<address>"+address+"</address>");
    content.append("<biaoti>"+biaoti+"</biao>");
    content.append("</content>");

这样就明显有问题了

4:还有检查你的xml有些地方不该有空格的 你有空格了!

热点排行