Skip to content

通过数字生成升序数组

javascript
// Output => [0, 1, 2]
const arr = [...Array(3).keys()];

Views 0, Visitors 0
TodayViews 0, TodayVisitors 0