Fork me on GitHub
摘要: 一、分页代码如下 from django.utils.safestring import mark_safe class Page: def __init__(self, current_page, data_count, per_page_count=10, pager_num=7): self. 阅读全文
posted @ 2017-01-05 15:57 patrick-py 阅读(235) 评论(0) 推荐(0)