There are a few more useful methods for Lua lists: a = {} -- empty list table.insert(a,10) -- a = {10} insert one element, ...
確定! 回上一頁