Home > utils > FormatNumberOptions
格式化数字选项。
Signature:
export declare interface FormatNumberOptions
| Property | Modifiers | Type | Description |
|---|---|---|---|
| thousandsSeparator? | string | <p>(Optional) 整数部分的千分位分隔符。</p><p> ‘,’</p> | |
| thousandthsSeparator? | string | <p>(Optional) 小数部分的千分位分隔符。</p><p> ‘’</p> |