const arr = [1,2,3,4,5]; // блоки async function loop() { for (let i=0; i<arr.length; i++) { await new Promise((res) => setTimeout(res, ...
確定! 回上一頁