DOM 轨道标签属性用于设置或返回轨道的标签属性值。用于指定文本轨道的标签。
句法:
- 它用于返回标签属性。
trackObject.label
- 它还用于设置标签属性。
trackObject.label = label
价值:
- label:用于指定文本轨道的标题。
返回值:以字符串的形式返回曲目的标签。
示例:获取标签属性的值。
GeeksforGeeks
Track label Property
Click the button to get the
label property of the track.
输出:
在点击按钮之前:
点击按钮后:
Example-2:设置标签属性的值。
GeeksforGeeks
Track label Property
Click the button to set the
label property of the track.
输出:
在点击按钮之前:
点击按钮后:
支持的浏览器:
- 谷歌浏览器
- Internet Explorer 10.0+
- 歌剧