To create a child process use require('child_process').spawn() . Child processes always have three streams associated with them. child.stdin , child.stdout ...
確定! 回上一頁