js之带键的集合(Map对象,WeakMap对象,Set对象,WeakSet对象)

97 阅读1分钟

映射

Map对象

image.png

WeakMap对象

image.png

集合

Set对象

image.png

WeakSet对象

image.png

Map的键和Set的值的等值判断?