python 在windows中检测程序是否运行 如果在windows 后台运行程序 :执行的命令前加上start /b,比如start /b run.bat。就相当于Linux下的run.sh &。 ...