windows平台上CreateProcess 和 _spawn 有什么区别

window平台上,这两类函数的作用貌似都是创建一个进程,CreateProcess的参数要多一些

CreateProcess是Windows API,它提供的参数很多,你可以定制个各种功能,一般开发都用它