在Firefox浏览器上创建XMLHttpRequest对象的方法是()。
在Firefox浏览器上创建XMLHttpRequest对象的方法是()。
A.varxmlHttp=newActiveXObject("Msxml2.XMLHTTP");
B.varxmlHttp=newXMLHttpRequest();
C.varxmlHttp=newActiveXObject("Microsoft.XMLHTTP");
D.以上都不对
正确答案:B
在Firefox浏览器上创建XMLHttpRequest对象的方法是()。
A.varxmlHttp=newActiveXObject("Msxml2.XMLHTTP");
B.varxmlHttp=newXMLHttpRequest();
C.varxmlHttp=newActiveXObject("Microsoft.XMLHTTP");
D.以上都不对
正确答案:B
热门答案