摘要:
一、数据准备 from django.db import models # Create your models here. class Boy(models.Model): nickname = models.CharField(max_length=32) username = models.C 阅读全文
posted @ 2020-10-20 21:10
路神
阅读(104)
评论(0)
推荐(0)
2020年10月20日