我应该验证我们的Lua 实现的随机数生成器的能力。 这是我想出来的…… for i = 1,10000 do -- I hope that's ten thousand X = math.random(0,9) if X == 0 then ...
確定! 回上一頁