天天看點

js擷取圖檔的尺寸

$("<img/>").attr("src", "​​http://www.example.com/images/bag001.jpg​​​").load(function() {

imgWidth = this.width;

imgHeight = this.height;

});

dd

繼續閱讀