在其他浏览器中没有问题,但是在IE8中就会出现问题,直接跳到$.ajax的error,alert返回的readyState为0 $.ajax({ type: "POST", async: false, contentType: "application/x-www-form-urlencoded;charset=UTF-8", xhrFields: { withCredentials: true }, url:url, data:data, success:function (response) { arr = response.Data.ListData; }, error:function (XMLHttpRequest, textStatus, errorThrown) { alert(XMLHttpRequest.readyState); } });readyState:
添加回答
举报
0/150
提交
取消