diff options
Diffstat (limited to 'files/zh-cn/web/api/document/embeds/index.html')
| -rw-r--r-- | files/zh-cn/web/api/document/embeds/index.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/document/embeds/index.html b/files/zh-cn/web/api/document/embeds/index.html new file mode 100644 index 0000000000..b7cdce99fc --- /dev/null +++ b/files/zh-cn/web/api/document/embeds/index.html @@ -0,0 +1,51 @@ +--- +title: document.embeds +slug: Web/API/Document/embeds +tags: + - API + - Document + - HTML DOM + - NeedsContent + - NeedsExample + - NeedsMarkupWork + - NeedsSpecTable + - Property +translation_of: Web/API/Document/embeds +--- +<p>{{ ApiRef() }}</p> + +<p>{{domxref("Document")}}接口的只读属性<code>embeds</code> 返回当前文档内的<embed><strong>HTML </strong>{{htmlelement("object")}}元素列表</p> + +<h2 id="Syntax" name="Syntax">语法</h2> + +<pre class="eval"><em>nodeList</em> = document.embeds +</pre> + +<h3 id="值">值</h3> + +<p>一个 {{domxref("HTMLCollection")}}类型的值</p> + +<h2 id="Specifications" name="Specifications">规范</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}}</td> + <td>{{ Spec2('HTML WHATWG') }}</td> + <td> </td> + </tr> + </tbody> +</table> + +<h2 id="浏览器兼容性">浏览器兼容性</h2> + + + +<p>{{Compat("api.Document.embeds")}}</p> |
