TypedArray.prototype.includes()

includes()方法判断类型化数组中是否含有特定元素,并相应返回true 或者false ,这个方法的算法和Array.prototype.includes()相同。 TypedArray 是这里的 类型化数组 之一。

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/includes

posted @ 2020-04-28 14:30  乌卡拉卡  阅读(74)  评论(0编辑  收藏  举报