App下载

demo_asp_round 在线工具

demo_asp_round 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
i = 48.66776677
j = 48.3333333
response.write(Round(i))
response.write("<br />")
response.write(Round(j))
%></FONT>

</body>
</html>
运行结果