摘要: 1、分页器代码 class Pagination(object): def __init__(self, current_page, all_count, per_page_num=2, pager_count=5): """ 封装分页相关数据 :param current_page: 当前页 :p 阅读全文
posted @ 2022-03-08 16:12 JudyJU 阅读(114) 评论(0) 推荐(0)