... {name="taro", age=30} } table.sort(t, function(a,b) return (a.age < b.age) end) for index, value in pairs(t) do print(value.name.
確定! 回上一頁