iT邦幫忙

DAY 28
4

Javascript cookbook系列 第 24

Javascript cookbook (28)

  • 分享至 

  • xImage
  •  

灑花灑花
取得影像資訊
灑花灑花
document.img.border
document.img.complete
document.img.height
document.img.jspace
document.img.lowsrc
document.img.src
document.img.vspace
document.img.width

可取得影像資訊

程式碼如下:

    	<img name="IMG" src='http://spiderdaily.wayi.com.tw/upload/images/Meone/2013/7M/0717/mi1020717_1_00_2.gif'>
		<script>
			document.write("height : " + document.IMG.height + "<br>");
			document.write("width : " + document.IMG.width + "<br>");
			document.write("source : " + document.IMG.src + "<br>");
			document.write("married : " + document.IMG.married + "<br>");
		</script>        
    


鐵人文總整理


上一篇
Javascript cookbook (27)
下一篇
Javascript cookbook (29)
系列文
Javascript cookbook26
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
freelab
iT邦新手 1 級 ‧ 2013-10-13 21:15:44

可取得影像資訊

~這張照片正

我要留言

立即登入留言