這是ES6 中一種新的資料結構,每組資料都有對應的key 值與value 值,所以Map 在意義 ... map.set(() => 'key', 123); map.set(Symbol('items'), [1, 2]); map.get(10) ...
確定! 回上一頁