aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/document/clear
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/api/document/clear
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
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>