您需要在使用math.random()之前运行math.randomseed()一次,如下所示: math.randomseed(os.time()) 一个可能的问题是,第一个数...
確定! 回上一頁