0
点赞
收藏
分享

微信扫一扫

分页计算偏移

default long offset() {
return getCurrent() > 0 ? (getCurrent() - 1) * getSize() : 0;
}


举报

相关推荐

0 条评论