django增加數據顯示別名

django添加數據顯示別名,在python3 和2 中不同,需要在設計表中添加如下: python3 : def __str__(self): data = self.city + ' ' + self.area return data python2: def __unicode__(self): return self.title
相關文章
相關標籤/搜索