1970/01/01 点击:7313
2020/09/01 点击:8450
剩余值 ...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 点击:5487
1970/01/01 点击:6812
1970/01/01 点击:2442
1970/01/01 点击:2455
1970/01/01 点击:3978
1970/01/01 点击:3277
1970/01/01 点击:3396
1970/01/01 点击:5064