摘要:
Django provides a few classes that help you manage paginated data – that is, data that’s split across several pages, with “Previous/Next” links. These classes live indjango/core/paginator.py.ExampleGivePaginatora list of objects, plus the number of items you’d like to have on each page, and it gives 阅读全文