createInterface({ input: process.stdin, output: process.stdout, terminal: false, }); this.rl.on('line', async (line) => this.hear(line)); }.
確定! 回上一頁