相关考题
-
单项选择题
XMLHttpRequest对象的readyState属性值为()时,代表请求成功数据接收完毕。
A.0
B.1
C.2
D.3
E.4 -
单项选择题
当XMLHttpRequest对象的状态发生改变时调用callBackMethod函数,下列正确的是()。
A.xmlHttpRequest. callBackMethod=onreadystatechange;
B.xmlHttpRequest. onreadystatechange(callBackMethod);
C.xmlHttpRequest. onreadystatechange(new function(){callBackMethod });
D.xmlHttpRequest. onreadystatechange= callBackMethod; -
多项选择题
以下是Ajax的XMLHttpRequest对象属性的有()。
A.onreadystatechange
B.abort
C.responseText
D.status
