欢迎访问服务器技术网-www.fuwuqijishu.com

Audio currentTime 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 55次浏览 0个评论 扫描二维码
文章目录[隐藏]

Audio currentTime 属性

Audio 对象

实例

将时间位置设置为 1 秒:

document.getElementById(“myAudio”).currentTime = 1;


定义和用法

currentTime 属性设置或返回音频播放的当前位置(以秒计)

当设置该属性时,播放会跳跃到指定的位置。


浏览器支持

所有主流浏览器都支持 currentTime 属性。

注意: Internet Explorer 8 或更早的浏览器不支持该属性。


语法

返回 currentTime 属性:

audioObject.currentTime

设置 currentTime 属性:

audioObject.currentTime=seconds

属性值

描述
seconds 指示音频播放的当前位置(以秒计)。

技术细节

返回值: 一个数字,表示当前的播放时间(以秒计)。


Audio 对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2421.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900