在线文档教程

weakMap.has

weakMap.has

has()方法根据WeakMap对象的元素中是否存在key键返回一个boolean值。

语法

wm.has(key

参数

key必须的。用来检测WeakMap对象中是否存在元素的键为key。

返回值

Boolean如果指定的key存在于某个元素中则返回true,否则返回flase。

示例

使用 has方法

var wm = new WeakMap( wm.set(window, 'foo' wm.has(window // returns true wm.has('baz' // returns false

规范

SpecificationStatusComment
ECMAScript 2015 (6th Edition, ECMA-262)The definition of 'WeakMap.prototype.has' in that specification.StandardInitial definition.
ECMAScript Latest Draft (ECMA-262)The definition of 'WeakMap.prototype.has' in that specification.Draft

浏览器兼容性

FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support36(Yes)6.0 (6.0)11237.1

FeatureAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic supportNo support(Yes)6.0 (6.0)No supportNo support8