求两个数中的最大值:Math.max()求两个数重点的最小值:Math.min() 计算一个数的绝对值:Math.abs()求 a 的 b 次方:Math.pow(a,b) 注意:返回值是 double四舍五入取整:Math.round()