# 需要导入模块: import win32con [as 别名]# 或者: from win32con importCTRL_SHUTDOWN_EVENT[as 别名]defhandle(self, event):"""Handle console control events (like Ctrl-C)."""ifeventin(win32con.CTRL_C_EVENT, win32con.CTRL_LOGOFF_EVENT, win32con.CTRL_BREAK_EVENT, win32con.CTRL_SHUTDOW...