猿问

jquery ajax 请求 出现 间歇性 失败 error

如题 用 $.ajax()这个方法做ajax 请求,操作时间长啦,会连续出现error 
error : function(XMLHttpRequest, textStatus, errorThrown)
error 时 textStatus 出现 error,求各位分析原因,大家遇见过这种情况吗?
用的jq是jQuery v1.8.3+1

$.ajax({

        url : '/api/xxxx',

        success : function(ret) {

            

        },

        error : function(XMLHttpRequest, textStatus, errorThrown){

            alert('获取用户信息失败,请联系管理员');

            backProductManager();

           // location.href = '/';

        },

        type : 'get',

        dataType : 'json'

    });


宝慕林4294392
浏览 866回答 1
1回答

湖上湖

就一个ajax请求的代码、你想咋个分析呀
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答