While responseText returns the HTTP response as a string, responseXML returns the response as XML
"
responseText”属性以字符串形式返回HTTP响应;“
responseXML”属性以XML形式返回HTTP响应。
The ResponseXML property returns an XML document object, which can be examined and parsed using W3C DOM node tree methods and properties.
“responseXML”属性返回了一份XML文档对象,可以使用W3C DOM节点树方法和属性对该XML文档对象进行检查和解析。
responseText与responseXML
原创
©著作权归作者所有:来自51CTO博客作者mb6434c781b2176的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Python函数与模块的精髓与高级特性
本文将介绍 Python 中函数和模块的基本使用方法,并提供一些代码实例。
Python 函数式编程 高级特性 -
Ajax中的responseText编码问题ajax 开发者 编码转换 xml 自定义
-
jQuery 模拟按键向下键
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="Jquery/jquery-1.10.2.js" type="text/javascript"></script> <scrip
jQuery 模拟按键向下键 javascript xhtml ViewUI 控件