1.js方法: function replaceErrorImg(obj) { obj.src="images/common/error.bmp"; } 2.jquery绑定 $(‘img‘).error(function() { $(this).attr("src", "images/common/error1.gif"); });
时间: 2024-11-10 15:51:08
1.js方法: function replaceErrorImg(obj) { obj.src="images/common/error.bmp"; } 2.jquery绑定 $(‘img‘).error(function() { $(this).attr("src", "images/common/error1.gif"); });