我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
Returns an HTMLCollection
object containing one or more HTMLEmbedElement
s or null
which represent the <embed>
elements in the current document.
For a list of installed plugins, use
window.navigator.plugins
instead.Syntax
embedArrayObj = document.plugins
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'Document.plugins' in that specification. |
Living Standard |