1. parseInt()2. Number.toFixed3. Math.ceil()4. Math.floor()5. Math.round()6. Math.trunc()7. 双按位非取整8. 按位运或取整9. 按位异或取整10. 左移0位取整上述10种取整方法中,最常用的估计是前2种 [我裂开了~~],不过从性能角度看,位运算取整和Math函数性能最佳,内置方法parseInt次之,toFixed性能最劣。

JavaScript十大取整方法实例教程

JavaScript十大取整方法实例教程