Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以知道某些图像无法在 jquery/javascript 中加载到网页中。
使用:.error()
$('img').error(function() { alert('Failed to load the image with src: ' + $(this).attr('src')); });