sisterofdc

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
       <video
      class="section-video-content"
      id="myVideo"
      src="http://192.168.10.15:9000/sisterofdc/exam/video/226/test.mp4"
      @timeupdate='getUpdateTime'
    ></video>




 function getUpdateTime(e) {
      console.log(e.detail)
    }

这个不是| onTimeUpdate | CommonEventFunction | | 否 | 播放進度變化時觸發, 觸發頻率250ms 一次 |
而是 timeupdate {currentTime: 3.941132, duration: 32.114} 只能这样写。没有官方文档那么多内容。
当然这个确实没有原生html 的功能强大

posted on 2024-04-19 14:53  SistersOfDC  阅读(13)  评论(0编辑  收藏  举报