使用django的分頁插件進行分頁

實現的功能: 1.查詢所有的數據 2.將數據傳入分頁的函數 3.調用具體頁的數據 視圖文件: from django.core.paginator import Paginator def list_student(request): if request.method=='GET': page=request.GET.get('page') page_si
相關文章
相關標籤/搜索