VideoContext.seek

    Number position

    示例

    请使用百度APP扫码

    VideoContext.seek - 图3

    • 在 js 文件中
    1. data: { },
    2. onLoad() {
    3. this.videoContext.play();
    4. seek() {
    5. this.videoContext.seek(180);