• LUA数组添加元素
foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")