gpt4 book ai didi

Java Spring View 格式化货币

转载 作者:行者123 更新时间:2023-12-01 13:24:24 24 4
gpt4 key购买 nike

我在模型中有 BigDecimal 属性。就是储钱的值(value)。现在我想以 123 456 789,00 格式显示资金。

我想在应用程序的 View 部分中执行此操作。我正在使用 Spring 框架。

最佳实践是什么?

最佳答案

在 JSP View 中格式化货币值的最佳方法是使用 JSTL。

例如:

<fmt:formatNumber currencySymbol="$" type="number" maxIntegerDigits="2" value="${balance}" />

根据您的情况,您可能需要设置不同的模式(在每 3 个数字后显示空格)

http://www.tutorialspoint.com/jsp/jstl_format_formatnumber_tag.htm

关于Java Spring View 格式化货币,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21848357/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com