📜  从表 lua 中删除 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:50.502000             🧑  作者: Mango

代码示例1
table.remove(tbl, index) -- Removes and shifts remaining elements
tbl[index] = nil -- Removes without shifting