lua_newtable(L); lua_pushstring(L,"10.10.1.1"); lua_pushstring(L,"10.10.1.2"); lua_rawseti(L,-3,2); lua_rawseti(L,-2,1);
確定! 回上一頁