在Firefox浏览器上创建XMLHttpRequest对象的方法是()。


在Firefox浏览器上创建XMLHttpRequest对象的方法是()。

A.varxmlHttp=newActiveXObject("Msxml2.XMLHTTP");

B.varxmlHttp=newXMLHttpRequest();

C.varxmlHttp=newActiveXObject("Microsoft.XMLHTTP");

D.以上都不对

正确答案:B


Tag:对象 方法 时间:2022-12-20 20:18:27