nodejs和其他进程通信?能调用popen么?
1 回复
http://nodejs.org/docs/latest/api/child_process.html child_process.spawn(command, [args], [options]) child_process.exec(command, [options], callback)
http://nodejs.org/docs/latest/api/child_process.html child_process.spawn(command, [args], [options]) child_process.exec(command, [options], callback)