我們可以透過 setmetatable 來改變其預設的metatable ... t = { 1, 2, 3 } print(getmetatable(t)) -- nil print(t) -- table: 0x20e6b60 setmetatable(t, ...
確定! 回上一頁