1. <i id='HO3BR'><tr id='HO3BR'><dt id='HO3BR'><q id='HO3BR'><span id='HO3BR'><b id='HO3BR'><form id='HO3BR'><ins id='HO3BR'></ins><ul id='HO3BR'></ul><sub id='HO3BR'></sub></form><legend id='HO3BR'></legend><bdo id='HO3BR'><pre id='HO3BR'><center id='HO3BR'></center></pre></bdo></b><th id='HO3BR'></th></span></q></dt></tr></i><div id='HO3BR'><tfoot id='HO3BR'></tfoot><dl id='HO3BR'><fieldset id='HO3BR'></fieldset></dl></div>

        <small id='HO3BR'></small><noframes id='HO3BR'>

      1. <legend id='HO3BR'><style id='HO3BR'><dir id='HO3BR'><q id='HO3BR'></q></dir></style></legend>

        <tfoot id='HO3BR'></tfoot>

        • <bdo id='HO3BR'></bdo><ul id='HO3BR'></ul>
      2. 实例化 XMLHttpRequest 对象的最佳方法

        时间:2023-10-13
          <bdo id='tLfDs'></bdo><ul id='tLfDs'></ul>
            <tbody id='tLfDs'></tbody>

          <small id='tLfDs'></small><noframes id='tLfDs'>

        • <tfoot id='tLfDs'></tfoot>

        • <i id='tLfDs'><tr id='tLfDs'><dt id='tLfDs'><q id='tLfDs'><span id='tLfDs'><b id='tLfDs'><form id='tLfDs'><ins id='tLfDs'></ins><ul id='tLfDs'></ul><sub id='tLfDs'></sub></form><legend id='tLfDs'></legend><bdo id='tLfDs'><pre id='tLfDs'><center id='tLfDs'></center></pre></bdo></b><th id='tLfDs'></th></span></q></dt></tr></i><div id='tLfDs'><tfoot id='tLfDs'></tfoot><dl id='tLfDs'><fieldset id='tLfDs'></fieldset></dl></div>

              <legend id='tLfDs'><style id='tLfDs'><dir id='tLfDs'><q id='tLfDs'></q></dir></style></legend>

                  本文介绍了实例化 XMLHttpRequest 对象的最佳方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  创建 XMLHttpRequest 对象的最佳方法是什么?

                  What is the best method for creating an XMLHttpRequest object?

                  它应该适用于所有支持的浏览器.

                  It should work in all capable browsers.

                  推荐答案

                  对于无库的解决方案,您可以很容易地模拟 Prototype 对 Try.these 的使用:

                  For a library-less solution, you can emulate Prototype's use of Try.these fairly easily:

                  function newAjax() {
                      try { return new XMLHttpRequest();                    } catch(){}
                      try { return new ActiveXObject('Msxml2.XMLHTTP.6.0'); } catch(){}
                      try { return new ActiveXObject('Msxml2.XMLHTTP.3.0'); } catch(){}
                      try { return new ActiveXObject('Msxml2.XMLHTTP');     } catch(){}
                      try { return new ActiveXObject('Microsoft.XMLHTTP');  } catch(){}
                      return false;
                  }
                  

                  这篇关于实例化 XMLHttpRequest 对象的最佳方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用没有 FormData (IE9) 的 AJAX 上传文件 下一篇:在 Chrome 打包应用程序中通过 XHR 加载本地内容

                  相关文章

                  最新文章

                • <small id='douw8'></small><noframes id='douw8'>

                  <legend id='douw8'><style id='douw8'><dir id='douw8'><q id='douw8'></q></dir></style></legend>
                  <i id='douw8'><tr id='douw8'><dt id='douw8'><q id='douw8'><span id='douw8'><b id='douw8'><form id='douw8'><ins id='douw8'></ins><ul id='douw8'></ul><sub id='douw8'></sub></form><legend id='douw8'></legend><bdo id='douw8'><pre id='douw8'><center id='douw8'></center></pre></bdo></b><th id='douw8'></th></span></q></dt></tr></i><div id='douw8'><tfoot id='douw8'></tfoot><dl id='douw8'><fieldset id='douw8'></fieldset></dl></div>
                    <bdo id='douw8'></bdo><ul id='douw8'></ul>

                  1. <tfoot id='douw8'></tfoot>