📜  角度图 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:59.858000             🧑  作者: Mango

代码示例1
let map = new Map();
map.set() – method to add entries in Map
map.get() – to retrieve an entry from Map
map.has() – to existence of an entry in the Map
map.delete() – deletes an entry from the Map
map.size – ‘size’ property will return size of Map
map.clear()-to clear the Map data