Lua表結構的經常使用方法

1    table.concat (table [, sep [, start [, end]]]): concat是concatenate(連鎖, 鏈接)的縮寫. table.concat()函數列出參數中指定table的數組部分從start位置到end位置的全部元素, 元素間以指定的分隔符(sep)隔開。 2    table.insert (table, [pos,] value): 在t
相關文章
相關標籤/搜索