本文主要介紹js數(shù)組差集(js數(shù)組交集),下面一起看看js數(shù)組差集(js數(shù)組交集)相關(guān)資訊。
介紹數(shù)組的交、并、差集給大家分享,如下:由于es5的方法,下一版會(huì)兼容,對(duì)應(yīng)的polyfill要先加數(shù)組。原型。=數(shù)組的索引。原型。||| function (searchelement,location) {var index = 1的索引;從指示器=位置* 1 | | 0;for (var k = 0,length = this.length;k amplt;長(zhǎng)度;k){ if(k gt;= location } = = this { k search element){ index = k;;打破;} }回報(bào)指數(shù);};array . prototype . filter = array . prototype . filter | | function(fn,context){ var arr = { };;if(type of fn = function){ for(var k = 0,length = this.length;k amplt;長(zhǎng)度;k ){ fn.call (context,this {k},k,this arr . push(k)this { });}}報(bào)酬;};依賴(lài)數(shù)組權(quán)重移除方法:數(shù)組權(quán)重array . prototype . unique = function{ var,{,};for(var i = 0;;我這.長(zhǎng)度;我){如果(!{ this { } }){ { this { } } = true;r . push(ben { i });}}返回r;相交元素由屬于集合a和集合b的元素組成..array.intersect = function (arr1,arr 2){ if(object . prototype . tostring . call(front)= { object array }對(duì)象。原型。托斯特林。調(diào)用{ object(arr 2)= array }){ return arr 1 . filter(function(v){ return = 1 })} use array . intersect({ 3 },{ 3,4,5,6 });//{,}集合a和集合b的并集元素到所有構(gòu)成元素的組合。array.union = function (arr1,arr 2){ if(object . prototype . tostring . call(front)= { object array } object . prototype . tostring . call { object(arr 2)= array }){返回arr1.concat(arr2)的唯一組合。}}使用array.union({ 3},{1,3,4,5,6 });//{1 2 3 4 5 6}差集差集:屬于一個(gè)集合但不屬于b集合的元素。b的一組差:元素屬于集合b,不屬于集合。array . prototype . minus = function(arr){ if(object。原型。托斯特林。call(arr)= { object array }){ reactive interarr = array . intersect(this,arr);//交叉數(shù)組返回this . filter(function(v){ returns inter。(v) = 1的索引)}使用var arr = {1,2,3,4 };arr . minus({ 2 });//{1,3}以上是本文的全部?jī)?nèi)容。希望能幫到你,也希望大家多多支持。
了解更多js數(shù)組差集(js數(shù)組交集)相關(guān)內(nèi)容請(qǐng)關(guān)注本站點(diǎn)。