xiaoyangzi

Results 1 comments of xiaoyangzi

> 直接在forEach 里面套个setTimeOut 不就可以了 > > function test() { > list.forEach(async x => { > setTimeout(async () => { > const res = await square(x) > console.log(res) > }, 1000...