Lua的table库函数insert、remove、concat、sort详细介绍

原文连接:http://www.jb51.net/article/64711.htm数组 函数列表:函数 table.insert(table,[ pos,] value)  table.remove(table[, pos])  table.concat(table[, sep[, i[, j]]])  table.sort(table[, comp])性能 1. insert 和 remove
相关文章
相关标签/搜索