当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM reset() 方法
The reset() method resets the values of all elements in a form (the same as clicking the Reset button).
reset()方法可将表单中的所有元素值重置。
formObject.reset() |
<html> <form id="myForm"> </html> |
Reset a form
重置表单