ASP中其實有兩個可以用作四捨五入的函數:Round函數和FormatNumber函數。 Round 函數 返回按指定位數進行四捨五入的數值。 Round(expression[, numdecimalplaces]) 參數 Expression 必選項。數值表達式 被四捨五入。 Numdecimalplaces
www.weste.net