Source 对象是 HTML5 中的新对象。
Source 对象表示 HTML <source> 元素。
您可以通过使用 getElementById() 来访问 <source> 元素:
var x = document.getElementById("mySource");
您可以通过使用 document.createElement() 方法来创建 <source> 元素:
var x = document.createElement("SOURCE");
属性 | 描述 |
---|---|
media | 设置或返回 <source> 元素中 media 属性的值。 |
src | 设置或返回 <source> 元素中 src 属性的值。 |
type | 设置或返回 <source> 元素中 type 属性的值。 |
HTML 参考手册:HTML <source> 标签
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛
Powered by 365建站网 RSS地图 HTML地图
copyright © 2013-2024 版权所有 鄂ICP备17013400号