windows类似linux 的nohup命令 start /min python test.py 等同linux nohup 命令 nohup python test.py & 此时让你的程序能在windows 上后台一直运行,保持进程。
发布评论