对一个数字进行取整数操作对一个数字进行取整数操作<html><body> <script type="text/vbscript">i = 48.66776677j = 48.3333333document.write(Round(i))document.write("<br />")document.write(Round(j))</script> </body></html>