__newindex = function(_, name, value) rawset(__g, name, value) end, __index = function(_, name) return rawget(__g, name) end }) -- disable create unexpected global variable setmetatable(__g, { __newindex = function(_, name, value) local msg = "USE 'cc.exports.%s = value'...
www.dbjr.com.cn/article/591...htm 2025-6-1