Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

form.reset

概述

reset 方法可以重置一个表单内的所有表单控件的值到初始状态.

语法

HTMLFormElement.reset()

例子

document.forms["myform"].reset();

备注

运行该方法和点击表单的重置按钮是一样的效果.

规范

DOM Level 2 HTML: reset

文档标签和贡献者

 此页面的贡献者: ziyunfei, Hasilt
 最后编辑者: Hasilt,