点击type为botton的input不会提交表单,但是如果在浏览器将type值改为submit 则会提交
<form method="post"> <input type="text" name="age" value=""> <input type="button" value="确认"> </form>
form
原文:https://www.cnblogs.com/lichihua/p/10241531.html