XanderCheung
热度 3382 评论 0 赞 0
const sleep = m => new Promise(r => setTimeout(r, m)); await sleep(3000);