答案取决于操作系统。
*nix: <your command> &Windows: (opens a new console): start <your command>Windows: (doesn't open a new console): start /b <your command>

答案取决于操作系统。
*nix: <your command> &Windows: (opens a new console): start <your command>Windows: (doesn't open a new console): start /b <your command>