(后台)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"/>

原文地址:https://www.cnblogs.com/historylyt/p/7765397.html