function readonly(t) local proxy = {} local mt = { __index = t, __newindex = function() error("attempt to update a readonly table", ...
確定! 回上一頁