2012-09-27 33 views

回答

5

用途:.error()

$('img').error(function() { 
    alert('Failed to load the image with src: ' + $(this).attr('src')); 
}); 
相關問題