const sleep = m => new Promise(r => setTimeout(r, m));
await sleep(3000);
0条评论 顺序楼层
请先登录再回复