aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/window/sizetocontent/index.html
blob: 19932356f6bfaeb07022ce7b263dd021767ecb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: Window.sizeToContent()
slug: Web/API/Window/sizeToContent
translation_of: Web/API/Window/sizeToContent
---
<div>{{APIRef}}{{Non-standard_header}}</div>

<p>The <code><strong>Window.sizeToContent()</strong></code> 方法根据窗口内容调整窗口大小。 为了使其工作,在调用此函数时应加载DOM内容,例如,一旦抛出 {{event("DOMContentLoaded")}} 事件。</p>

<p>可以强行的调整窗口的最小尺寸。</p>

<h2 id="Syntax" name="Syntax">语法</h2>

<pre class="syntaxbox">window.sizeToContent()
</pre>

<h2 id="Example" name="Example"> 例子</h2>

<pre class="brush:js">window.sizeToContent();
</pre>

<h2 id="Specification" name="Specification"> 规范说明</h2>

<p>此功能不是任何规范的一部分</p>

<h2 id="浏览器兼容说明">浏览器兼容说明</h2>

<div>


<p>{{Compat("api.Window.sizeToContent")}}</p>
</div>

<h2 id="其他链接">其他链接</h2>

<ul>
 <li>{{domxref("Window")}}</li>
</ul>