child_process.exec() :生成一个shell 并在该shell 中运行一个命令,完成后将 stdout 和 stderr 传递给回调函数。 child_process.execFile() :类似于 child_process.exec ...
確定! 回上一頁