--- title: document.embeds slug: Web/API/Document/embeds tags: - API - Document - HTML DOM - NeedsContent - NeedsExample - NeedsMarkupWork - NeedsSpecTable - Property translation_of: Web/API/Document/embeds ---

{{ ApiRef() }}

{{domxref("Document")}}接口的只读属性embeds 返回当前文档内的<embed>HTML {{htmlelement("object")}}元素列表

语法

nodeList = document.embeds

一个 {{domxref("HTMLCollection")}}类型的值

规范

Specification Status Comment
{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}} {{ Spec2('HTML WHATWG') }}  

浏览器兼容性

{{Compat("api.Document.embeds")}}