记录 Node 从管道输入参数的方式
1 | const stdin = process.stdin; |
调用方式
1 | $ echo "1 2" | node test.js |
改为同步调用方式
1 | /** |
最近热读
扫码关注公众号,或搜索公众号“温欣爸比”
及时获取我的最新文章