lua 随机数,伪随机,触动精灵生成真正的随机数. nLog("----------1----------") math.randomseed(os.time()) for i = 1, 5 do nLog(i.." "..math.random(0,100)) end ...
確定! 回上一頁