pid_ = rds.connection_pool.pidimport subprocess#handle = subprocess.Popen("", shell=False)subprocess.Popen("taskkill /F /T /PID {}".format(pid_), shell=True)print(\'go-----------\') 相关文章: 2022-02-05 2021-12-31 2021-08-16 2021-07-03