Lua 默认只有string 库中给string设置了metatable, 其它类型都没有metatable. ... 当access table时, 会触发Lua解释器调用table 的metamethod: __index , __index 可以 ...
確定! 回上一頁