Node.js 0.8的 child_process 模塊提供了四個創建子進程的函數,分別是 spawn , exec , execFile 和 fork 。其中 spawn 是最原始的創建子進程的 ...
確定! 回上一頁