//start 是起始行
//pageSize 是偏移量
preSql = "select * from (" + preSql + ") limit " + start + "," + pageSize;
 

更多推荐