import { setTimeout } from 'timers/promises' // in ESM const { setTimeout } ... function timeout(ms) { var timeout, promise; promise = new ...
確定! 回上一頁