其中child_process.spawn是基礎,他會非同步的生成一個新的程式,其他的fork,exec和execFile都是基於spawn來生成的。 fork會生成新的Node.js 程式。 exec ...
確定! 回上一頁