local config = { version = '1.0'} local mt = { __newindex = function(t,k,v) if k == 'version' then rawset(t,k,v) print('修改成功',t,k,v) else print('该文件只读') end end } setmetatable(config,mt

🤖 回答引擎: 后端Lua | 🕒 时间: 2026-03-11 17:04:43 | 👁️ 阅读: 8
← 返回问答库