原来在Lua5.1中管理器定义function _G.Meta(name) setfenv(2, setmetatable({}, Base))end使用中定义Meta("name1")function Execute()end现在在Lua5.2 ...
確定! 回上一頁