t1 = {} setmetatable(t, t1) assert(getmetatable(t) == t1) Any table can be the metatable of any other table; a group of related tables may share a common ...
確定! 回上一頁