谨记谨记
Posted wangpengfei8313
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了谨记谨记相关的知识,希望对你有一定的参考价值。
submit默认提交表单
1、<button></button>不设置type默认为submit类型;
2、onsubmit()方法
<input type="submit" value="提交"> //或者 <button type="submit">提交</button>
3、<input type="button">添加onclick事件调用submit() 提交表单
4、使用ajax对数据进行验证后再提交
<input type="button">或者<button type="button"></button>
谨记:不要把submit与onclick混用
以上是关于谨记谨记的主要内容,如果未能解决你的问题,请参考以下文章
tomcat错误:严重 [RMI TCP Connection-127.0.0.1] org.apache.tomcat.util.modeler.BaseModelMBean.invoke E