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

Audio currentSrc 属性

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

Audio currentSrc 属性

Audio 对象

实例

获取当前音频的 URL 地址:

var x = document.getElementById(“myAudio”).currentSrc;
x输出结果为:



定义和用法

currentSrc 熟悉返回当前音频的 URL。

如果未设置音频,则返回空字符串。

注意: 该属性是只读。

提示: 使用 src 属性
设置音频文件的 URL 地址。


浏览器支持

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

注意: Internet Explorer 8 及更早IE版本不支持该属性。


语法

audioObject.currentSrc

技术细节

返回值: 字符串,表示当前音频的URL。 返回实体URL,
包括协议(如 http://)。如果没有设置 audio,则返回空值。


Audio 对象

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

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

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

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2301.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