VideoContext.seek
解释:跳转到指定位置(单位:s)
方法参数
Number position
示例
跳转编辑工具
扫码体验
代码示例
请使用百度APP扫码
图片示例
代码示例
- SWAN
- JS
<view class="wrap">
<video id="myVideo" auto enable-danmu="true" src="https://b.bdstatic.com/miniapp/development_tool/Smartprogram.mp4"></video>
<button type="primary" bindtap="seek">seek</button>
</view>