摘要: 1.定义三个变量:a.当前第几页数currentPage,b.显示多少条pageSize,c.总页数sumPage2.sql代码(select top pageSize * from 表 where Id not in (select currentPage*pageSize Id from 表 o 阅读全文
posted @ 2020-05-25 21:38 追你到天边 阅读(313) 评论(0) 推荐(0) 编辑