摘要:
1、原生form表单 步骤: code代码 models from django.db import models # Create your models here. class Book(models.Model): title=models.CharField(max_length=32) p 阅读全文
posted @ 2018-08-13 15:23
venicid
阅读(264)
评论(0)
推荐(0)