django paginator 分頁功能

轉自:https://blog.csdn.net/weixin_42077001/article/details/81007127 Django提供了一個新的類來幫助你管理分頁數據,這個類存放在django/core/paginator.py.它可以接收列表、元組或其它可迭代的對象。 基本語法 class Paginator(object): def __init__(self, obje
相關文章
相關標籤/搜索