function random(min,max){ return Math.floor(min+Math.random()*(max-min)); }//Math.random() 返回 0-1之间的随机数