1970/01/01 点击:7298
2020/09/01 点击:8441
剩余值 ...rest [a,b,...rest] = [1, 3, 5, 7, 9, 200]console.log(a:,a);// a:3console.log(b:,b);// b:3console.log(rest:,rest)// rest:[5, 7, 9, 200]
1970/01/01 点击:5476
1970/01/01 点击:6795
1970/01/01 点击:2427
1970/01/01 点击:2449
1970/01/01 点击:3969
1970/01/01 点击:3267
1970/01/01 点击:3390
1970/01/01 点击:5058