规范的实现可以通过 macro-task 机制,比如 setTimeout 和 setImmediate ,或者 micro-task 机制,比如 MutationObserver 或者 process.nextTick 。因为promise的实现被 ...
確定! 回上一頁