setmetatable (table,metatable): 這個方法是用來設置元表的一個表。 ... mytable = setmetatable({key1 = "value1"}, { __index = function(mytable, ...
確定! 回上一頁