lua_gettable (L, 1); x1 = lua_tonumber(L, -1); lua_pop(L, -1); lua_pushstring(L,"y"); lua_gettable(L, 1); y1 = lua_tonumber(L, -1);
確定! 回上一頁