jsp显示计算数值, 四舍五入

<script>document.write(Math.round(<%= rs_MFM.getInt("PVRCompl") %>/<%= rs_MFM.getInt("PVRModelQty")%>* 100)  + "%")</script>

原文地址:https://www.cnblogs.com/wujixing/p/5486678.html