JQuery自动修复损坏图片

  • 2021年10月29日
  • Mysql

检测损坏图片并根据我们的选择加以替换。

$('img').error(function(){ 
	$(this).attr('src', 'img/broken.png'); 
});

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注