摘要: function sort(list, ...) local opts = {...}; local len = #opts; return table.sort(list, function(a, b) return comp(a, b, opts, 1, len); end); end func 阅读全文
posted @ 2022-01-04 14:47 J6` 阅读(128) 评论(0) 推荐(0) 编辑