The sorting of tables in Lua is generally sorted by the table.sort() ... Note: table.sort(list,function(a,b) end) does not need to judge whether a and b ...
確定! 回上一頁