10
0
1
153
//产生从min-max之间的随机数 function getRandom(min,max) { //max+1的原因是Math.floor()是向下取整,Math.floo...