//index表示在棧中的位置,key表示元素在table中的位置 void lua_rawgeti(Lua_State *L,int index,int key); void lua_rawseti(Lua_State *L,int index,int key); ...
確定! 回上一頁