Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 red hat 5 linux,我想知道在 python 2.6 中什么组合键会引发 KeyboardInterrupt 异常。我知道是windows下的Ctrl+c。
问候,
还是CtrlC。或者你可以发送一个SIGINT到进程。
SIGINT