-
JSTL
- <fmt:formatNumber value="12" type="currency" pattern="$.00"/> -- $12.00
- <br/>
- <fmt:formatNumber value="12" type="currency" pattern="$.0#"/> -- $12.0
- <br/>
- <fmt:formatNumber value="1234567890" type="currency"/> -- $1,234,567,890.00(那个货币的符号和当前web服务器的 local 设定有关)
- <br/>
- <fmt:formatNumber value="123456.7891" pattern="#,#00.0#"/> -- 123,456.79
- <br/>
- <fmt:formatNumber value="123456.7" pattern="#,#00.0#"/> -- 123,456.7
- <br/>
- <fmt:formatNumber value="123456.7" pattern="#,#00.00#"/> -- 123,456.70
- <br/>
- <fmt:formatNumber value="12" type="percent" /> -- 1,200%type 可以是currency、 number、 和percent
- <br/>
- <fmt:formatNumber value="12.345" pattern="#.##" /> -- 12.34
-
相关阅读:
使用video.js支持flv格式
微信小程序开发(一)
python advanced programming ( II )
python advanced programming ( I )
HTML/CSS
info AI drive
python基础回顾
计算机组成原理2
6.00.1x Introduction to computation
有一种感动叫ACM(记陈立杰在成都赛区开幕式上的讲话)
-
原文地址:https://www.cnblogs.com/lovezhaolei/p/3197037.html
Copyright © 2020-2023
润新知