Appearance
格式化数值,支持同时格式化千分位与小数位,且性能优良。
签名
format(value: number, thousandth?: boolean, fraction?: number): string
参数
value
thousandth
fraction
返回值
(string): 格式化后的数值