varthrough=require('through');vartr=through(write,end);functionwrite(buf){this.queue(buf.toString().toUpperCase())}functionend(){}process.stdin.pipe(tr).pipe(process.stdout);请高手解释下这段代码中queue()的作用,之前看了些js的书,没发现js中有queue()这么个方法,懂的能不能具体讲一下queue()的作用,可以有几个参数,多谢!
添加回答
举报
0/150
提交
取消