PPT*_*Tim 3 python pyscripter keyboardinterrupt
我在我使用的地方写了很多小应用程序
try:
print "always does this until I Ctrl+C"
Except KeyboardInterrupt:
print "finish program"
Run Code Online (Sandbox Code Playgroud)
我刚刚开始使用IDLE并启动了PyScripter.但是CTRL + C不再有效.是否仍然可以KeyboardInterrupt使用内置解释器发送一段时间?
在PyScripter中,如果您只想终止正在运行的程序,您可以随时重新初始化远程引擎:
| 归档时间: |
|
| 查看次数: |
3284 次 |
| 最近记录: |