摘要:
http://www.oschina.net/code/snippet_76860_6032function imgError(obj){ obj.src='/error/images/filmthum_err.gif'; obj.onerror = null;//控制onerror事件只触发一次}function imgLoading(obj) { obj.nextSibling.style.display='none'; obj.style.display='block';}HTML代码:<img src="${Image}& 阅读全文
posted @ 2011-09-07 13:13
一个土豆一棵青菜
阅读(1761)
评论(2)
推荐(0)