在freemarker中,价格 怎么将¥100变成 ¥100.00
Posted liduanwen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在freemarker中,价格 怎么将¥100变成 ¥100.00相关的知识,希望对你有一定的参考价值。
${tempNum?string.currency}或${tempNum?string(“currency”)} à结果为¥20.00
${tempNum?string. percent}或${tempNum?string(“percent”)} à结果为2,000%
详细:http://my.oschina.net/u/2297250/blog/367741
亲自试验过,${productEntity.costPrice?string.currency} currency 能自动四舍五入
以上是关于在freemarker中,价格 怎么将¥100变成 ¥100.00的主要内容,如果未能解决你的问题,请参考以下文章