Nodejs Sleep · await sleep(1000) · function sleep(ms) { · return new Promise((resolve) => { · setTimeout(resolve, ms); · }); · }.
確定! 回上一頁