取整数

parseInt();

进1

Math.ceil();

向下取整

Math.floor();

四舍五入

Math.round()

 

相关文章: