Documentation
Preparing search index...
string/amount
formatAmount
Function formatAmount
formatAmount
(
value
?:
null
|
string
|
number
,
digits
?:
number
,
ignoreMin
?:
number
,
)
:
string
格式化金额 千分符
无法处理大于 999999999999999 的数字
Parameters
Optional
value
:
null
|
string
|
number
digits
:
number
= 2
小数点位数
ignoreMin
:
number
= 100000
小于此数值不格式化千分符
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
格式化金额 千分符
无法处理大于 999999999999999 的数字