基本功
Vue2系列
Vue3系列
React
Appearance
// 方法一 Array.from(new Array(10001).keys()).slice(1) // 方法二 Array.from({length:10000},(node,i)=> i+1)