function delay(time) { const start = Date.now(); while (Date.now() - start < time) { } }

相关推荐

牛客网
牛客网在线编程
牛客网题解
牛客企业服务