import process from 'process'; // Begin reading from stdin so the process does not exit. process.stdin.resume(); process.on('SIGINT', () => { ...
確定! 回上一頁