HTMLMediaElement.src - Web API 接口参考 编辑
HTMLMediaElement.src
属性反映HTML媒体元素的src
属性的值,该属性指示要在元素中使用的媒体资源的URL。Note: 了解此元素中当前正在使用的媒体资源的URL的最佳方法是查看 currentSrc
属性的值,该属性还考虑从 HTMLSourceElement
(代表 <source>
元素)中提供的列表中选择最佳或首选媒体资源
Syntax
var mediaUrl = HTMLMediaElement.src;
Value
一个USVString
对象,包含要在元素中使用的媒体资源的URL;此属性反映HTML元素的src
属性的值。
Example
var obj = document.createElement('video');
console.log(obj.src); // ""
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard HTMLMediaElement.src | Living Standard | No change from HTML5 |
HTML5 HTMLMediaElement.src | Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.See also
- The interface defining it,
HTMLMediaElement
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论