摘要: <input type="hidden" name="field_name" value="value">上面是html中的隐藏域。主要作用为:1 隐藏域在页面中对于用户是不可见的,在表单中插入隐藏域的目的在于收集或发送信息,以利于被处理表单的程序所使用。浏览者单击发送按钮发送表单的时候,隐藏域的信 阅读全文
posted @ 2019-05-07 21:11 xing001 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 集合 遍历map 阅读全文
posted @ 2019-05-07 16:23 xing001 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 增 QueryRunner runner = new QueryRunner(DataSourceUtils.getDataSource()); String sql = "insert into orders values(?,?,?,?,?,?,?,?)"; runner.update(conn 阅读全文
posted @ 2019-05-07 16:21 xing001 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1 表单提交 form 配合 submit <form id="myform" class="form-horizontal" action= "${pageContext.request.contextPath}/register" method = "post" style="margin-to 阅读全文
posted @ 2019-05-07 10:35 xing001 阅读(975) 评论(0) 推荐(0) 编辑