在windows10杀死进程:***.exe os.system('taskkill /f /im %s' % '***.exe') 转载于:https://www.cnblogs.com/shaosks/p/10112934.html