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
相關文章
相關標籤/搜索