摘要: 一、分页基本原理: from django.shortcuts import render # Create your views here. USER_LIST = [] for i in range(1, 666): dic = {'root':'root'+str(i), 'age':i} U 阅读全文
posted @ 2020-05-08 23:57 江畔何人初见月/ 阅读(200) 评论(0) 推荐(0)