sleep async await 十一月 16, 2018 https://gist.github.com/danharper/74a5102363fbd85f6b67 async () => { console.log('a'); await sleep(1000); console.log('b'); } 繼續閱讀