var arr=[1,3,3,5,9,4,6,7];
let s=new Set(arr1);
let arr = [....s];
consolo.log(arr);
//打印出来的是1,3,4,5,6,7,9