random number 发表于 2017-08-22 | 分类于 coding 生成的随机数是在两个指定的数之间。 定义一个最小值min和一个最大值max。 1Math.floor(Math.random() * (max - min + 1)) + min