摘要:
内联标签(a、span等)设置height、width没有效果 a标签去掉下划线:text-decoration: none; for循环中添加序号 从1开始 {{ forloop.counter }} 从0开始 {{ forloop.counter0 }} 反向开始 {{ forloop.revc 阅读全文
摘要:
class UserType(models.Model): caption = models.CharField(max_length=32) class User(models.Model): name = models.CharField(max_length=32) age = models. 阅读全文