API 参考ui 模块continue 继续播放视频On this pagecontinue 继续播放视频continue 类型: MethodDeclaration 所属类: VideoElement 定义位置: ui.ts 描述 继续播放视频 返回值 类型: void 源代码 位置: 第 5471 行 public continue(): void { if (this.state === 'paused') { this.player.play().catch(error => {}) } } 文档生成时间:2025/7/7 12:07:07