分页-模糊查询

1.在分页SQL语句基础上-页面传值,首页页面

<a target="sh" href="demo/journalList?start=1&limit=3" />

2.list页面传值-提交表单

<form method="post" action="<%=basePath %>admin/demo/journalList?start=1&limit=3" class="tb_form">
<span>请输入关键字</span>
<input type="text" name="username" id="type" class="tb_form_text" value=""/>
<input type="submit" id="button" value="检&nbsp;索" class="tb_form_button"/>
</form>

原文地址:https://www.cnblogs.com/jietz0407-com/p/6184250.html