标签:
<fmt:formatNumber type="number" value="${temp.illegalCount*100/temp.unitCount}" maxFractionDigits="0"/>
更多在jsp中使用的标签,见JSTL标签的使用
在jsp页面,将小数转换为百分比
原文地址:http://www.cnblogs.com/TheoryDance/p/5433711.html