SIGHUP(挂断)会告诉终端退出.终端应该是您脚本的父进程,所以
SIGHUP
import os import signal os.kill(os.getppid(), signal.SIGHUP)