El表达式格式化两位小数

JAVA学习网 2017-11-01 18:45:02

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

阅读(803) 评论(0)