使用XML和JSON方式封装数据时,在JavaScript中分别使用XMLHttpRequest对象的哪个属性来获取数据?______
A. responseText和responseXML
B. responseXML和responseText
C. responseText和responseXml
D. responseXml和responseText
查看答案
使用XML和JSON方式封装数据时,在服务器端需要分别设定内容类型为______。
A. text/html和text/XML
B. text/XML和text/html
C. text/html和text/xml
D. text/xml和text/html
属性status用于返回服务器的HTTP状态码,其中200代表的是
A. 成功
B. 请求被接受,但尚未成功
C. 错误的请求
D. 文件未找到
下列哪个方法用于设置指定HTTP请求头信息?
A. getResponseHeader
B. setResponseHeader
C. setRequestHeader
D. getRequestHeader
XMLHttpRequest对象的 属性用于指定一个回调函数。
A. readyState
B. onreadystatechange
C. status
D. responseText