var keys = Object.keys(citiesVisited); var cities = [] for (var x = 0; x < keys.length; x++) { cities.push(citiesVisited[ ...
確定! 回上一頁