Preparing search index...
The search index is not available
@dfei/utils
@dfei/utils
toFixed
Function toFixed
to
Fixed
(
value
,
decimal
?
)
:
number
数值转换为指定小数位
Parameters
value
:
number
数值
Optional
decimal
:
number
= 2
小数位数
Returns
number
Example
toFixed
(
1.23456
,
2
)
// 1.23
Copy
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@dfei/utils
Loading...
数值转换为指定小数位