网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
下面()不是XMLHttpRequest对象的方法。

A.open()

B.send()

C.readState

D.responseText


参考答案

更多 “ 下面()不是XMLHttpRequest对象的方法。 A.open()B.send()C.readStateD.responseText ” 相关考题
考题 下面哪项不是response对象的方法() A、setContentType(StringcontentTypestr)B、setHeader(Stringheadername,Stringheadervalue)C、getParameter(Stringstr)D、sendError(interrorcode)

考题 下面哪项不是out对象的方法() A、invalidate()B、newLine()C、flush()D、close()

考题 下面哪项不是request对象的方法() A、getAttribute(Stringstr)B、getCookies()C、getParameter(Stringstr)D、sendRedirect(Stringurl)

考题 下面哪项不是application对象的方法()A、getAttribute(Stringname)B、getCookies()C、getInitParameter()D、setAttribute(Stringname,Objectvalue)

考题 下面哪项不是session对象的方法()A、getAttribute(Stringname)B、invalidate()C、getServletInfo()D、setAttribute(Stringname,Objectvalue)

考题 XMLHttpRequest对象的status属性表示当前请求的http状态码,其中()表示正确返回。 A.200B.300C.500D.404

考题 以下是Ajax的XMLHttpRequest对象属性的有()。 A.onreadystatechangeB.abortC.responseTextD.status

考题 Ajax的关键元素包括()。 A.JavaScriptB.DOM文档对象C.CSS样式表D.XMLHttpRequest对象

考题 下面Ajax代码中,存在哪些错误()。 A.var url=operate=doCheckUserExistsuname=+uname;B.xmlHttpRequest=createXmlHttpRequest();C.xmlHttpRequest.onreadystatechange=haoLeJiaoWo;D.xmlHttpRequest.open(POST,url,false);