我无法使用我的 jquery 代码捕获错误的请求错误。
$.get('http://example.com/', {}, function () {}, 'jsonp')
.done(function () {
// never fires
})
.fail(function () {
// never fires
})
.always(function () {
// never fires
});
我只是得到错误
GET http://example.com?callback=jQuery17102424617672804743_1366109250123&_=1366111087274 404(未找到)