void lua_rawset (lua_State *L, int index); 类似于 lua_settable,但是是作一个直接赋值(不触发元方法)。 转载于:https://www.cnblogs.com/sujiehaojava/p/7714603.html