HTML | DOM Object name 属性用于设置或返回。 name 属性用于指定嵌入文件的名称。
句法:
- 它返回 name 属性
objObject.name
- 它用于设置名称属性。
objObject.name = name
属性值:它包含用于指定嵌入文件名称的值,即名称。
返回值:它返回一个表示
html
DOM Object name Property
Click the button to get
the name of the embedded file.
html
DOM Object name Property
Click the button to change
the name of the embedded file.
输出:
点击按钮前:
点击按钮后:
示例 2:此示例设置名称属性。
html
DOM Object name Property
Click the button to change
the name of the embedded file.
输出:
点击按钮前:
点击按钮后:
支持的浏览器:
- 谷歌浏览器
- 火狐浏览器
- 边缘
- 歌剧
- 苹果浏览器