摘要: 分页器 分页器模板代码 class Pagination(object): def __init__(self, current_page, all_count, per_page_num=2, pager_count=11): """ 封装分页相关数据 :param current_page: 当 阅读全文
posted @ 2019-09-24 16:50 waller 阅读(275) 评论(0) 推荐(0) 编辑