ofPage

fun ofPage(pageSize: Int, pageNum: Int): Limiter

根据分页信息计算得到limiter。

分页以 0 作为起始页码

如果参数为无效参数(pageSize <= 0 && pageNum < 0)则返回 ZERO.