let map = new Map(); map.set("1","first element"); map.set(1, ... To get an array of Map keys and values, we can use the same approach as above.
確定! 回上一頁