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

HTML DOM embeds 属性

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

HTML DOM embeds 属性

Document 对象

实例

计算文档中有多少个 <embed> 元素:

var x = document.embeds.length;


定义与用法

embeds 返回文档中所有 <embeds> 元素的集合。

注意: 元素在集合中的顺序是它们在源代码中的顺序。

提示: 也可以参考 Embed
对象。


浏览器支持

集合
embeds Yes Yes Yes Yes Yes

语法

document.embeds

属性

属性 描述
length 返回集合中 <embed> 元素的数量。

注意: 该属性是只读的。


方法

方法 描述
[index] 返回集合中指定索引(从 0 开始)对应的 <embed> 元素 。

注意: 如果索引值超出范围,返回 null。

item(index) 返回集合中指定索引(从 0 开始)对应的 <embed> 元素 。

注意: 如果索引值超出范围,返回 null。

namedItem(id) 返回集合中指定索引对应的 <embed> 元素。

注意: 如果 id 不存在,则返回 null。

技术细节

DOM 版本: Core Level 3 Document Object
返回值: HTMLCollection 对象,表示文档中所有的 <embed> 元素。元素在集合中的排序是其在源代码中的排序。

相关页面

JavaScript 参考手册: HTML DOM Embed 对象

HTML 参考手册: HTML <embed> 标签

Document 对象

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

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

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

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