<script>document.write(Math.round(<%= rs_MFM.getInt("PVRCompl") %>/<%= rs_MFM.getInt("PVRModelQty")%>* 100) + "%")</script>
2022-04-06 08:57:55
<script>document.write(Math.round(<%= rs_MFM.getInt("PVRCompl") %>/<%= rs_MFM.getInt("PVRModelQty")%>* 100) + "%")</script>
下一篇:理解Spark里的闭包