blob: d26d56a819569a0174b744c744c941e44692e571 (
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
|
---
title: Window.dialogArguments
slug: Web/API/Window/dialogArguments
tags:
- API
- Deprecated
- HTML DOM
- NeedsCompatTable
- NeedsExample
- NeedsMarkupWork
- NeedsSpecTable
- Property
- Reference
- Window
translation_of: Web/API/Window/dialogArguments
---
<p>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</p>
<h2 id="Summary" name="Summary">摘要</h2>
<p><span class="seoSummary"><code>dialogArguments</code> 属性返回{{domxref("window.showModalDialog()")}} 方法传递的参数。</span> 这可以让你确定在创建模态对话框时指定了哪些参数。</p>
<h2 id="Syntax" name="Syntax">语法</h2>
<pre class="syntaxbox"><var>value</var> = window.dialogArguments;</pre>
|