getmetatable(table): 返回對象的元表(metatable)。 設置元表. mytable = {} -- 普通表 mymetatable = {} -- 元表 setmetatable(mytable ...
確定! 回上一頁