日期:2014-05-16 浏览次数:20263 次
var img=pic.find("img"); img.attr("src","http://pic1"); img.bind("error",function(){ img.unbind("error");//防止死循环 img.attr("src","http://pic2"); });