摘要: 使用方法 """ all_count = models.UserInfo.objects.all().count() # 数据库总条数 page_info = PageInfo(request.GET.get('p'),10,all_count,request.path_info) user_lis 阅读全文
posted @ 2017-06-01 09:21 王宇夫 阅读(368) 评论(0) 推荐(0)