Loading

摘要: ```javascript 1.3335.toFixed(3); // 1.333 1.33335.toFixed(4); //1.3334 ``` 无论是用奇数进位法,还是偶数进位法,都无法正确的解释 js 中 toFixed() 方法。 相关阅读: [为什么我说 Math.round 和 toF 阅读全文
posted @ 2021-07-07 20:22 xtyuns 阅读(147) 评论(0) 推荐(0)