Math常用功能: Math.PI //圆周率Math.random() //生成随机数Math.floor() //向下取整Math.ceil() //向上取整Math.round //取整,四舍五入Math.abs() //绝对值Math.max() //最大值Math.min() //最小值