javascript Math ceil()、floor()、round()三个函数的区别
摘要:下面来介绍将小数值舍入为整数的几个方法:Math.ceil()、Math.floor()和Math.round()。这三个方法分别遵循下列舍入规则:◎Math.ceil()执行向上舍入,即它总是将数值向上舍入为最接近的整数;◎Math.floor()执行向下舍入,即它总是将数值向下舍入为最接近的整数...
阅读全文
posted @ 2015-09-29 11:57
浙公网安备 33010602011771号