VBS教程:函数-FormatPercent 函数
FormatPercent 函数返回表达式,此表达式已被格式化为尾随有 % 符号的百分比(乘以 100 )。 FormatPercent(expression[,NumDigitsAfterDecimal [,IncludeLeadingDigit [,UseParensForNegativeNumbers [,GroupDigits]]]])FormatPercent 函数的语法有以下参数:参数Expression必选项。要被格式化的表达式。NumDig...