如果要使用CSS样式将文本样式定义为粗体。需要设计()文本属性
A. font-family
B. font-style
C. font-weight
D. font--size
查看答案
AJAX的核心对象是______。
ActiveXObject
B. XML
C. XMLHttpRequest
D. window
使用XMLHttpRequest对象时,下列说法不正确的是______
A. 收到响应时会触发onreadystatechange事件
B. 使用open()方法发送请求
C. 使用send()方法发送请求
D. 处理响应结果时需要判断readyState和status两个状态值
使用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