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"/>