ES6 集合 Map 属性 Size ES6 set() Replaces Key ES6 Map 方法 clear() ES6 集合 Map 属性 Size var myMap = new Map(); myMap.set("J", "john"); myMap.set("M", "mary"); myMap.set("T", "tom"); console.log(myMap.size); ES6 set() Replaces Key ES6 Map 方法 clear()