原创 用javaScript獲取文件,jpg圖片大小

<HTML><HEAD><SCRIPT>function getImageDimension (imgURL, loadHandler) {  var img = new Image();  img.onload = loadHandler