myImage.addEventListener('onload', function() { console.log('我的宽度是: ', this.naturalWidth); console.log('我的高度是: ', this.naturalHeight); });
转载请注明:有爱前端 » 用JavaScript获取图片真实尺寸大小的简单方法
myImage.addEventListener('onload', function() { console.log('我的宽度是: ', this.naturalWidth); console.log('我的高度是: ', this.naturalHeight); });
转载请注明:有爱前端 » 用JavaScript获取图片真实尺寸大小的简单方法