aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/globaleventhandlers/onformdata/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/globaleventhandlers/onformdata/index.html')
-rw-r--r--files/zh-cn/web/api/globaleventhandlers/onformdata/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/globaleventhandlers/onformdata/index.html b/files/zh-cn/web/api/globaleventhandlers/onformdata/index.html
index 1ed9c9b0ac..08f7ec0d69 100644
--- a/files/zh-cn/web/api/globaleventhandlers/onformdata/index.html
+++ b/files/zh-cn/web/api/globaleventhandlers/onformdata/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onformdata
---
<div>{{ApiRef("HTML DOM")}}</div>
-<div></div>
+
<p>{{domxref("GlobalEventHandlers")}} 混入对象(mixin)的属性<code><strong>onformdata</strong></code> 是用于处理 {{event("formdata")}} 事件的, 它在整个列表展示所构建的表单数据之后被触发。触发会发生在表单发送时,但也可能由对某个{{domxref("FormData.FormData", "FormData()")}} 结构体的调用所触发。<code>onformdata</code> 在 {{domxref("HTMLFormElement")}}上有效。</p>