1.在ie9下面请求直接执行error2.$.ajax({ url: apiServiceBaseUri + 'token', type: "post", data: data, dataType: 'json', success: function (response) { loginSucc(response); }, error: function(response) { var res = JSON.parse(response.responseText); $(".hint").show().html(res.error_description); }});
添加回答
举报
0/150
提交
取消