Extracted from http://www.lua.org/pil/19.3.html. function pairsKeySorted(t, f). local a = {}. for n in pairs(t) do. table.insert(a, n).
確定! 回上一頁