Map 数据结构,类似于对象,键值对的集合, 所有的数据都是唯一的,不会重复,每条数据都需要 ... 删除数据console.log(map.has('name')); console.log(map.clear()); ...
確定! 回上一頁