JSLite js实现数据交集$.intersect

数组交集,此方法并非jquery方法

$.intersect([1,2,3,'asdkjf'],[2,3,6,'asdkjf'])
//⇒ [2, 3, "asdkjf"] 

你可能感兴趣的:(jslite)