spawn - child_process.spawn 使用指定的命令行参数创建新进程。 fork - child_process.fork 是spawn()的特殊形式,用于在子进程中运行的模块,如fork('./ ...
確定! 回上一頁