「模組:No globals」:修訂間差異

跳至導覽 跳至搜尋
增加 323 位元組 、​ 2016年4月10日 (星期日)
新頁面: 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...
(新頁面: 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...)
 
(無差異)
2,718

次編輯

導覽選單