aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/document/clear
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/document/clear')
-rw-r--r--files/zh-cn/web/api/document/clear/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/document/clear/index.html b/files/zh-cn/web/api/document/clear/index.html
new file mode 100644
index 0000000000..f4a8008ff6
--- /dev/null
+++ b/files/zh-cn/web/api/document/clear/index.html
@@ -0,0 +1,21 @@
+---
+title: Document.clear()
+slug: Web/API/Document/clear
+translation_of: Web/API/Document/clear
+---
+<p>{{APIRef("DOM")}}{{ Deprecated_header() }}</p>
+
+<p>这个方法用来在早期版本的Mozilla中清除整个指定文档。</p>
+
+<p>在最近版本的基于Mozilla的应用以及Internet Explorer和Netscape 4中这个方法什么也不做</p>
+
+<h2 id="语法">语法</h2>
+
+<pre class="eval">document.clear()
+</pre>
+
+<h2 id="规范">规范</h2>
+
+<ul>
+ <li><a class="external" href="http://www.whatwg.org/html/#dom-document-clear" title="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li>
+</ul>