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.
在我看来,我需要对数字进行四舍五入。但是那里使用了树枝。在 TWIG 中循环的方法是什么?
您可以使用格式过滤器:
{{ '%.2f' | 格式(10.5555)}}
但请注意,它将舍入到 10.56。
也可以使用number_filter