lua_createtable(L, 0, 3); int top = lua_gettop(L); // add '1' to the list lua_pushinteger(L, 1); lua_rawseti(L, top, 0); // add '2' to the ...
確定! 回上一頁