t = {} -- 普通的table mt = {} -- metatable setmetatable(t, mt) -- 设定mt为t的metatable getmetatable(t) -- 返回mt.
確定! 回上一頁