假设长度m为10,随机取出个数为n=3 local table = {1, 2, 3, 4, 5, 6, 7, 8, 9, ... length = #table for i = 1, count do local ri = math.random(i, ...
確定! 回上一頁