Node.js command line arguments “<” and “>”

前端 未结 0 975
不思量自难忘°
不思量自难忘° 2020-12-15 12:07

I have a test.js file with the following content:

let i = \'\'
process.stdin.on(\'data\', (c) => (i += c))
process.stdin.on(\'end\', () =>          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题