你用的什么分页插件?
以rails 为例
<%= link_to 'Next', xxx_path(:page=>@page+1, :param1=>value1, :param2=>value2)%>
@page是当前页面,paramX是你想传递的参数