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

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-22
  • 2021-08-26
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
猜你喜欢
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-09-19
相关资源
相似解决方案