lua math 库 ; mod, 取模, math.mod(65535,2) ; modf, 取整数和小数部分, math.modf(20.12) ; randomseed, 设随机数种子, math.randomseed(os.time()) ; random ...
確定! 回上一頁