获取图片真实宽高 2018-11-15 814 浏览 60 点赞 var img = new Image(); img.src = src; var realWidth = img.width; var realHeight = img.height; < 上一篇 下一篇 >