$.ajaxSetup({
        xhr: function () {
            if ("ActiveXObject" in window) {
                return new ActiveXObject("Microsoft.XMLHTTP");
            }
            else {
                return new XMLHttpRequest();
            }
        }
    });

 

相关文章:

  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
猜你喜欢
  • 2021-11-01
  • 2022-02-04
  • 2021-11-04
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案