ActiveXObject B. XML C. XMLHttpRequest D. window
A. 收到响应时会触发onreadystatechange事件 B. 使用open()方法发送请求 C. 使用send()方法发送请求 D. 处理响应结果时需要判断readyState和status两个状态值
A. responseText和responseXML B. responseXML和responseText C. responseText和responseXml D. responseXml和responseText
A. text/html和text/XML B. text/XML和text/html C. text/html和text/xml D. text/xml和text/html
A. 成功 B. 请求被接受,但尚未成功 C. 错误的请求 D. 文件未找到