Xiplus
新頁面: local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('讀取該非全局變量出錯:' .. tostring(k), 2) end return nil end function mt.__newin...
17:33
+323