Math.random()*11 表示 取11以内的随机数 包含小数Math.floor(XXX) 表示向下取整数,例如11.2 结果为11。 11.9结果仍然为11Math 表示数学运算 其中包含,random(),floor() ,abs() 等等等等