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