摘要: 1 class PageHelper: 2 def __init__(self, count, page, per_num=10, show_page=11): 3 # 总数 4 self.count = count 5 # 当前的页码 6 self.page = page 7 # 每页的个数 ... 阅读全文
posted @ 2017-12-31 12:15 两只老虎111 阅读(327) 评论(0) 推荐(0)