function delRep(arr) {????console.log( !arr || !arr.length ? [] : [...new Set(arr)]); }
誰能解釋一下這段話
慕運維7130634
2017-12-22 19:20:05