Appearance
numFixed(num, [precision = 2])
1.0.7
num
[precision=2]
(number): 小数位四舍五入的数
numFixed(1.335, 2) //=> 1.34