Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个“人”模型。 如何在模板中显示系统中的人数? 在标准代码中,我会这样做:Person.objects.count(). 但是如何在模板中做到这一点?
Person.objects.count()
您将 的输出保存Person.objects.count()在一个变量中,并将其从相应的视图传递给您的模板。