🌈 搜索
📅  最后修改于: 2022-03-11 14:54:54.608000             🧑  作者: Mango
local t = {1, 2, 3, 4, 5}; table.sort(t, function(a, b) return a < b end);