diff options
Diffstat (limited to 'files/zh-cn/web/api/window/document')
-rw-r--r-- | files/zh-cn/web/api/window/document/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/window/document/index.html b/files/zh-cn/web/api/window/document/index.html index 04258782b7..152381ffe6 100644 --- a/files/zh-cn/web/api/window/document/index.html +++ b/files/zh-cn/web/api/window/document/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Window/document <p><span class="seoSummary"><strong><code>window.document</code></strong>返回当前窗口内的文档节点({{domxref("document")}})</span></p> -<div class="note"><strong>注:</strong> {{ Fx_minversion_inline(3) }}从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.</div> +<div class="note"><strong>注:</strong> 从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.</div> <h2 id="Syntax" name="Syntax">语法</h2> |