点击重置按钮,清空表单所有内容时间:2025-04-11 07:12:03只要把type设置为reset即可,不需要设置click事件来清空每个输入框内容。 <button type="reset" >重置</button> 或 <input type="reset" value="重置" />