Lua table之增刪table.insert和table.remove

在使用Lua進行開發的過程當中,對table的處理是很頻繁的,這裏整理一下table.insert和table.remove這兩個函數的使用方法以及一些在使用過程當中須要注意的地方!函數 table.insert(list, [pos, ]value) 在表list中的pos位置插入元素value,並將原來在pos位置以及在pos位置後面的元素日後移。pos爲可選參數,默認值是#list+1,因此
相關文章
相關標籤/搜索