tapAsync ('x', (arg1, callback) => { console.log('x done', ++arg1); setTimeout(() => { callback(); }, 1000) }); hook.tapAsync('y', (arg1 ...
確定! 回上一頁