lua 中的随机数每次随机出来的第一个数是不可靠的。 ... 10 do math.randomseed(os.time()) local n = math.random(10) print(n) end. 复制代码.
確定! 回上一頁