js 两数组去除重复数值的实例 实例如下://两数组去除重复数值mergeArray:function(arr1,arr2){for(vari=0;i<arr1.length;i++){for(varj=0;j 重复数值