math.main.js
使用js求交集与并集的函数,效率可能不是太好。
duplicateRemoval(arry)函数为去重函数(仅限一维数组)
interSection(list1,list2)函数求交集
union(list1,list2)函数求并集
下载地址
用户评论