import pLimit from "p-limit" const func = async () => { const limit = pLimit(2) const input = [] for (let i = 0; i < 5; ...
確定! 回上一頁