blob: 066314234ced90cc6546e9a4dd616ee690f15717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
title: Window.restore()
slug: conflicting/Web/API/Window/moveTo
translation_of: Web/API/Window/moveTo
translation_of_original: Web/API/Window/restore
original_slug: Web/API/Window/restore
---
<p>{{APIRef}}</p>
<p>这个方法现在已经失效,不过可以使用下面的方法代替:</p>
<p>{{domxref("window.moveTo")}}({{domxref("window.screenX")}}, {{domxref("window.screenY")}});</p>
<h2 id="Browser_Compatibility">Browser Compatibility</h2>
<p>{{Compat("api.Window.restore")}}</p>
|