1.taskkill

python 脚本杀掉进程:

subprocess.call(['taskkill', '/F', '/T', '/PID', pipe.pid)])

相关文章: