first, set up a metatable that allows no read/write access local meta = { __index = function(object, index) -- raise an error error(string.format("the key ...
確定! 回上一頁