延时函数
返回值类型
延时毫秒数
返回一个 Promise 对象
在异步函数内通过 await 调用
await delay(1000); // 延时 1 秒 Copy
await delay(1000); // 延时 1 秒
Generated using TypeDoc
延时函数