在前端显示时,用springMVC的标签,可以很方便的实现分页。
select * from (select * from mysql.help_topic order by help_topic_id desc) temp limit startIndex,endIndex