使async内部程序等待一定时间后再执行
基本用法
import { sleep } from 'lonjin-helper' async function fn() { await sleep(3000) console.log('hello world') }
← scrollTop