python 根据pid杀死相应进程的方法 用python语言实现根据pid杀死相应进程kill_process.py代码如下#!/usr/bin/python# -*-coding:utf-8-*-import 根据pid杀死进程