当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM id属性
The id property sets or returns the id of an image.
id属性可用来返回或设置图片的id
imageObject.id=id |
The following example returns the id of an image in two different ways:
下面的举例将用两种不同的方式来将图片的id返回出来:
<html> <script type="text/javascript"> </body> |
Get the id of an image
得到图片的id