Math.random()
获取随机数 在控制台输出
Math.random() ; //获取0-1的随机数
Math.sbs(-1.1); // 获取绝对值
Math.random(1.5) // 四舍五入