local tb = {} setmetatable(tb, { __index = function() return "not find" end }) setmetatable(tb, { __newindex = function(table, key, ...
確定! 回上一頁