2013-08-07 26 views

回答

0

如果你正在使用jQuery:

$.ajax({ 
    // ... 
    error: function(jqXHR, textStatus, errorThrown) { 
     console.log(errorThrown); 
    } 
});