useFakeTimers模拟定时器执行,不用等待了export const getDataCallback = fn => { setTimeout(() => { fn({name: 'callback'}) }, 1000) ...
確定! 回上一頁