当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM name属性
The name property sets or returns the name of an image.
name属性可设置或返回图片的name
imageObject.name=name |
The following example returns the name of an image:
返回图片的name:
<html> <script type="text/javascript"> </body> |
Get the name of an image
得到图片的名称