void lua_rawseti(lua_state *l,int. index,int key);. //假設t為整數,. //lua_rawgeti(l,t,key)等價於. lua_pushnumber(l,key);. lua_rawget(l,t);.
確定! 回上一頁