题目内容

使用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

使用Ajax技术时,通过XMLHttpRequest对象的方法,来创建一个与服务器的连接。

A. get
B. post
C. send
D. open

答案查题题库