网页图片显示错误,显示默认图片

function showimg(ele) {
  ele.src = "http://cm.aqioo.com/Styles/Expert/images/default120.gif";
}
<img cg width="100" height="100" alt='<%= model.model.Topic %>' src='<%=imgpath+"/"+model.model.Face %>' onerror='showimg(this);' /><br />

你可能感兴趣的:(图片)