评论1449

Arale22
Arale22
2023/03/16 22:50
作者你好,请问为啥在第一个递归调用的版本里 const p = Promise.resolve().then(iteratorFn(arr[index])); 有这样一个resolve then的调用?不能直接iteratorFn(arr[index])吗
Simple Empty
No data