5 回复
<form bindreset=“formReset”>
<input bindinput=“bindinput”/>
<button formType=“reset”>发送</button>
</form>
输入时用bindinput记录内容,reset后会触发formReset,这里提交数据,form也就清空了
<form bindreset=“formReset”>
<input bindinput=“bindinput”/>
<button formType=“reset”>发送</button>
</form>
输入时用bindinput记录内容,reset后会触发formReset,这里提交数据,form也就清空了