流浪のwolf

卷帝

导航

获取图片的宽高

// 图片地址
var imgURL = "http://celiang.oss-cn-hangzhou.aliyuncs.com/measurement/2022-05/19/G0JSVphpS2MItH1652924237220519.jpg";

// 创建实例对象
var img = new Image()

// 图片地址
img.src = imgURL 

// 打印
 console.log('width:'+img.width+',height:'+img.height);

 

posted on 2023-03-16 14:08  流浪のwolf  阅读(4)  评论(0编辑  收藏  举报