4. 访问table的metamethod. __index. 当access table时, 会触发Lua解释器调用table 的metamethod: __index , __index 可以是一个function, 也可以赋值为一个table.
確定! 回上一頁