另外,對javascript來說,它會跑完[主執行緒],才會處理[事件佇列]。 估計你是想做以下的動作: var a = 0; process.on('exit', function(code) { ...
確定! 回上一頁