function doSomething() { console.log('Async task'); } // start timer start = timer(); foo(); setTimeout(doSomething, 2000); bar(); baz(); ...
確定! 回上一頁