1.Math.ceil() 向上取整2.Math.floor() 向下取整3.Math.round() 四舍五入4.Math.max()5.Math.min()6.Math.random() 随机数 【0,1) 1.Math.ceil() 向上取整 2.Math.floor() 向下取整 3.Math.round() 四舍五入 4.Math.max() 5.Math.min() 6.Math.random() 随机数 【0,1)