void lua_rawgeti (lua_State *L, int index, int key); void lua_rawseti (lua_State *L, int index, int key);. 其中index 是table 在栈中的位置,key ...
確定! 回上一頁