TigerZhang-home

js代码如下

//图片加载不出来时,处理默认图片
function nofindImg(img) {
  img.src = "../../img/photo_icon.png";
  img.onerror = null;
}

  

html结构如下

<img  src=" + dataList[i].imgUrl + " onerror="nofindImg(this);"

分类:

技术点:

相关文章:

  • 2022-03-08
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-12-22
  • 2021-12-05
  • 2022-02-10
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-12-22
  • 2021-12-23
相关资源
相似解决方案