绝对值向上取值向下取值四舍五入最大值最小值产生随机数 绝对值Math.abs() 向上取值Math.ceil() 向下取值Math.floor() 四舍五入Math.round() 最大值Math.max() 最小值Math.min() 产生随机数Math.random()