如題 用 $.ajax()這個方法做ajax 請求,操作時間長啦,會連續(xù)出現(xiàn)error error : function(XMLHttpRequest, textStatus, errorThrown)error 時 textStatus 出現(xiàn) error,求各位分析原因,大家遇見過這種情況嗎?用的jq是jQuery v1.8.3+1$.ajax({ url : '/api/xxxx', success : function(ret) { }, error : function(XMLHttpRequest, textStatus, errorThrown){ alert('獲取用戶信息失敗,請聯(lián)系管理員'); backProductManager(); // location.href = '/'; }, type : 'get', dataType : 'json' });
jquery ajax 請求 出現(xiàn) 間歇性 失敗 error
寶慕林4294392
2018-12-21 19:14:58