摘要: 1.多对多表的创建方式 2.forms组件3.session 与 cookie 1.多对多表的创建方式 1.全自动(推荐使用*) class Book(models.Model): title = models.CharField(max_length=32) price = models.Deci 阅读全文
posted @ 2019-09-24 22:31 54菜鸟 阅读(196) 评论(0) 推荐(0)