摘要:
class Paginator(object):#分页器 def __init__(self, object_list, per_page, orphans=0, allow_empty_first_page=True): self.object_list = object_list#要分页的数据列表 self.per_... 阅读全文
posted @ 2018-03-16 21:53 王将军之武库 阅读(241) 评论(0) 推荐(0)
posted @ 2018-03-16 21:53 王将军之武库 阅读(241) 评论(0) 推荐(0)