options 的stdio不是只有三个参数[stdin,stdout,stderr]吗,他前面三个设为Null,后面全部pipe,这是要闹哪样儿,这是干嘛的?求指点
回复 (5)
M
Additional fds can be specified to create additional pipes between the parent and child 创建额外的信道。
M
subprocess.stdio[index] 来访问信道
N
他就是单纯的不想让你看懂
P
https://nodejs.org/dist/latest-v8.x/docs/api/child_process.html#child_process_options_stdio
spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] });
Z
哎 好好看文档,再去看看exepath
参与回复
登录后即可参与回复。登录