Nodejs中調用系統命令、Shell腳本和Python腳本的方法和實例

NodeJS 子進程提供了與系統交互的重要接口,其主要 API 有: 1)標準輸入、標準輸出及標準錯誤輸出的接口; child.stdin 獲取標準輸入  child.stdout 獲取標準輸出  child.stderr 獲取標準錯誤輸出  2)獲取子進程的PID:child.pid  提供生成子進程的方法:child_process.spawn(cmd, args=[], [options])
相關文章
相關標籤/搜索