笔记:「饭否精选·日历」微信小程序制作记录-爬虫部分:4. 定时器
function delay(t) { return new Promise(resolve => setTimeout(resolve, t)); }