我有这个Lua代码 local mt1 = { __index = function (t, k) return "key doesn't exist" end } local mt2 = { x = 15 } setmetatable(mt2, mt1) mt2.
確定! 回上一頁