在html、jsp、ftl等各种标签容器内,当发生错误时,都会自动调用 onerror方法
1.当图片加载时,出现错误时 加上onerror能缓冲错误 (src="pic is missing!" onerror="this.src='the other tip pic'")
2.在加载其他资源时也可以类似处理
在html、jsp、ftl等各种标签容器内,当发生错误时,都会自动调用 onerror方法
1.当图片加载时,出现错误时 加上onerror能缓冲错误 (src="pic is missing!" onerror="this.src='the other tip pic'")
2.在加载其他资源时也可以类似处理