child_process

其它方法都是建立在 spawn() 基础上。

exec(command, options), 返回 ioptions.encoding 默认是 ‘utf8’

execSync(command, options) 返回 stdout,encoding 默认是 ‘buffer’。

资料