int lua_rawgeti (lua_State *L, int index, lua_Integer n). L传入luaState的指针,index传入LUA_REGISTRYINDEX,n传入上一个函数返回的整数key。
確定! 回上一頁