一些实用的模块
import { setTimeout as delay } from 'timers/promises';
//这个模块在v15以上才能用,不然报错
await delay(1000);
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
import { setTimeout as delay } from 'timers/promises';
//这个模块在v15以上才能用,不然报错
await delay(1000);