Try one of the following as your for loop: for(let key of tempParentMap.keys()){ console.log(key); console.log(tempParentMap[key]; }.
確定! 回上一頁