在绝大多数情况下,我们都不会用到rawget和rawset. 本文的运行环境:lua 5.3 for windows rawset 赋值操作 rawset是在设置值的过程,进行处理,比如:当某个值改变时,触发事件.或修改某个key为新值. 来看看rawset函数的定义 --- Sets the real value of `table[index]` to `value`, without invoking the --- `__newindex` metamethod. `table` mus…