... push mytable[1] //lua_settable lua_getglobal(L, "mytable") //<== push mytable lua_pushnumber(L, 1) //<== push key 1 lua_pushstring(L, ...
確定! 回上一頁