JavaScript表單提交不能清空type為hidden的input快速解決方案

rgqancy發表於2017-04-25

http://stackoverflow.com/questions/2559616/javascript-true-form-reset-for-hidden-fields

把input type="hidden" 修改為 : type="text" style="display:none;"

相關文章