1
0
写了 48732 字,被 26 人关注,获得了 131 个喜欢
在 JavaScript 中,有时会碰到以下两种类型的代码: var num = 123; var str = '123'; num.toFixed(2); // '123....