這是ES6 中一種新的資料結構,每組資料都有對應的key 值與value 值,所以Map 在意義上 ... map.get('first') // undefined map.size // 4 map.clear() map.size // 0 ...
確定! 回上一頁