tanhao1410
function checkImage(path){
    var img = $(“<img src=’”+path+”’>”);
    if(img[0].height > 0 && img[0].weight > 0){
        return true;
    }else{
        return false;
    }
}    

分类:

技术点:

相关文章:

  • 2022-03-06
  • 2021-06-24
  • 2022-02-21
  • 2022-02-02
  • 2021-09-26
  • 2021-08-16
  • 2021-10-02
  • 2021-12-31
猜你喜欢
  • 2021-12-22
  • 2021-12-22
  • 2021-08-26
  • 2021-12-22
  • 2021-12-22
  • 2021-12-22
  • 2021-12-22
相关资源
相似解决方案