--- 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")}}