stdin. Node.js. 复制代码. const stdin = process.openStdin(); process.stdout.write('Enter name: '); stdin.addListener('data', text =>{; const ...
確定! 回上一頁