Math.random()//此函数取值0-1之间的伪函数
Math.fool() //向下取整
取0到40之间的随机整数为
Math.random()*40 //0到40(不包括40的随机数)
Math.fool(Math.random()*40+1)不包括40加1