JavaScript表单提交不能清空type为hidden的input快速解决方案
http://stackoverflow.com/questions/2559616/javascript-true-form-reset-for-hidden-fields
把input type="hidden" 修改为 : type="text" style="display:none;"
http://stackoverflow.com/questions/2559616/javascript-true-form-reset-for-hidden-fields
把input type="hidden" 修改为 : type="text" style="display:none;"