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

    1. <small id='FSmLM'></small><noframes id='FSmLM'>

      如何使用 jQuery 获取 HTTP 状态码?

      时间:2023-10-15
      1. <small id='2YfgB'></small><noframes id='2YfgB'>

          <tbody id='2YfgB'></tbody>

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

              1. 本文介绍了如何使用 jQuery 获取 HTTP 状态码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我想检查一个页面是否返回状态码 401.这可能吗?

                I want to check if a page returns the status code 401. Is this possible?

                这是我的尝试,但它只返回 0.

                Here is my try, but it only returns 0.

                $.ajax({
                    url: "http://my-ip/test/test.php",
                    data: {},
                    complete: function(xhr, statusText){
                    alert(xhr.status); 
                    }
                });
                

                推荐答案

                这可以通过 jQuery $.ajax() 方法实现

                this is possible with jQuery $.ajax() method

                $.ajax(serverUrl, {
                   type: OutageViewModel.Id() == 0 ? "POST" : "PUT",
                   data: dataToSave,
                   statusCode: {
                      200: function (response) {
                         alert('1');
                         AfterSavedAll();
                      },
                      201: function (response) {
                         alert('1');
                         AfterSavedAll();
                      },
                      400: function (response) {
                         alert('1');
                         bootbox.alert('<span style="color:Red;">Error While Saving Outage Entry Please Check</span>', function () { });
                      },
                      404: function (response) {
                         alert('1');
                         bootbox.alert('<span style="color:Red;">Error While Saving Outage Entry Please Check</span>', function () { });
                      }
                   }, success: function () {
                      alert('1');
                   },
                });
                

                这篇关于如何使用 jQuery 获取 HTTP 状态码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:“Access-Control-Allow-Origin 不允许 Origin null"在铬 下一篇:如何在没有 jQuery 的情况下在 JavaScript 中打开 J

                相关文章

                最新文章

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

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