(后台)El表达式格式化两位小数

<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>引入标签库.

<fmt:formatNumber type="number" value="${ch.showValue(item.unitprice,null)}" pattern="0.00" maxFractionDigits="2"/>

posted on 2017-11-01 10:52  六一儿童节  阅读(367)  评论(0编辑  收藏  举报

导航