【发布时间】:2019-02-03 14:32:59
【问题描述】:
在 Thymeleaf 中,如果存在零,是否有任何方法可以打印没有尾随零的货币?
例如:
$49.20 --> $49.20
和
$49.00 --> $49
我的想象是这样的:#numbers.formatCurrency(abc.value, removeTrailingZeros)
【问题讨论】:
-
你在使用 Spring 吗?
-
是的,Spring MVC
标签: thymeleaf