摘要: 无刷新分页要用到自己定义的存储过程:alter proc usp_DivMemberByPage@pageIndex int,@pageSize int,@total int output //注意:这里不要忘记outputasbegin select * from ( s... 阅读全文
posted @ 2014-12-04 19:21 AnyDrew 阅读(237) 评论(0) 推荐(0) 编辑