标签:style blog color ar 数据 sp div on c
from django.db import models class Person(models.Model): #models是module,CharField是class first_name = models.CharField(max_length=30) last_name = models.CharField(max_length=30)
标签:style blog color ar 数据 sp div on c
原文地址:http://www.cnblogs.com/phenixyu/p/3993775.html