process.stdin.resume(); process.on('SIGINT', function () { console.log('Got a SIGINT. Goodbye!'); process.exit(0); });.
確定! 回上一頁