bixmlhttp.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 37 行
XML
37 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiXmlHttp" extends="Object"> <description>This is a factory class to the Microsoft <link href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk30/htm/xmobjxmlhttprequest.asp">IXMLHTTPRequest</link> object. Creating a<link class="BiXmlHttp">BiXmlHttp</link> actually creates and returns an <code>IXMLHTTPRequest</code>. For Mozilla this creates <link href="http://www.mozilla.org/xmlextras/">XMLHttpRequest</link>, which happen to implement the <code>IXMLHTTPRequest</code> interface.</description> <arguments> </arguments> <staticMethods> <method name="create"> <description>Creates a new <code>BiXmlHttp</code> </description> <arguments> </arguments> <returns> <type> <link class="BiXmlHttp">BiXmlHttp</link> </type> </returns> </method> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> </properties> <events> </events> <remarks>For methods, fields and more see the <link href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk30/htm/xmobjxmlhttprequest.asp">MSDN documentation</link> or the <link href="http://www.mozilla.org/xmlextras/">Mozilla documentation</link>.</remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?