摘要: 1 """ 2 分页组件使用示例: 3 4 obj = Pagination(request.GET.get('page',1),len(USER_LIST),request.path_info) 5 page_user_list = USER_LIST[obj.start:obj.end] 6 p 阅读全文
posted @ 2020-01-24 00:48 xuqidong 阅读(227) 评论(0) 推荐(0) 编辑