blob: cec476ce40ccab19c81a283ca76fb7a1ebeb578a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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">HTML5</a></li>
</ul>
|