摘要: """ 自定义分页组件 """ class Pagination(object): def __init__(self, current_page, all_count, base_url, params, per_page_num=8, pager_count=11,): """ 封装分页相关数据 阅读全文
posted @ 2018-09-13 20:50 知你几分 阅读(426) 评论(0) 推荐(0)