📜  HTML | DOM 视频 currentTime 属性

📅  最后修改于: 2021-11-06 11:19:19             🧑  作者: Mango

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