Each table in Lua can optionally have a 'metatable' associated with it. local theFirstTable = { foo = "bar" } local theOtherTable = { size = 15 } setmetatable( ...
確定! 回上一頁