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.
嗨,我想在 jsp 上使用“fmt:formatNumber”标签显示一个负数。现在我的问题是在 UI 上将 -300 显示为(300 美元),谁能帮我解决这个问题。
谢谢
<fmt:formatNumber value="${-number}" type="currency"/>