Video currentTime 属性用于设置或返回视频播放的当前位置。 Video currentTime 属性以秒的形式返回视频播放位置。
设置该属性时播放跳转到指定位置。
句法:
- 返回 currentTime 属性:
videoObject.currentTime
- 设置 currentTime 属性:
videoObject.currentTime = seconds
属性值:
- seconds:用于以秒为单位指定视频播放的位置。
下面的程序说明了视频 currentTime 属性:
示例:将时间位置设置为 50 秒。
HTML | DOM Video currentTime Property
GeeksforGeeks
Video currentTime Property
For setting the current video playback position,
double click the "Change Position" button.
输出:
- 点击按钮前:
- 点击按钮后:
支持的浏览器: HTML支持的浏览器 | DOM Video currentTime 属性如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果Safari