1.需要显示数字的时候每三位有逗号分隔,按照django手册写的,但是不生效,没有逗号出现
2.
{% load humanize %}
<p class="p-price">{{ 45000 | intcomma}}</p>
#settings 文件中也导入了humanize模块
3.最后显示的内容仍然是45000,不是想要的45,000
ps.
如果是{{45000|floatformat:1|intcomma}}
那么会显示成45,000.0
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
欢迎选择我的课程,让我们一起见证您的进步~~