要生成0到10之间包含0和10的随机整数,可以使用:
Math.round(Math.random()*10)
为什么不能使用呢?
Math.ceil(Math.random()*10)
Math.random() 生成[0,1),然后Math.ceil(0)可以得到0,但我测试了20000次随机数,没有一次能生成0的,这是为什么
互换的青春
胡子哥哥
相关分类