在对应的js里加上:::
Table.api.init({
extend: { index_url: 'test/index' + location.search, add_url: 'test/add', edit_url: 'test/edit', del_url: 'test/del', multi_url: 'test/multi', table: 'test', }
pageList : [ 5, 10, 20, 50,1 ],
smartDisplay : false,// 控制左右分页
});