摘要: class Pagination(object): def __init__(self, current_page, all_count, per_page_num=2, pager_count=11): """ 封装分页相关数据 :param current_page: 当前页 :param al 阅读全文
posted @ 2022-03-13 20:04 JasonBorn 阅读(39) 评论(0) 推荐(0) 编辑