Map.prototype.delete()
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Map
实例的 delete()
方法通过键从该映射中删除指定元素。
¥The delete()
method of Map
instances removes the specified element from this map by
key.
Try it
语法
参数
返回值
示例
使用删除()
规范
Specification |
---|
ECMAScript Language Specification # sec-map.prototype.delete |
浏览器兼容性
BCD tables only load in the browser
也可以看看
¥See also