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.
我如何用键盘打断 Julia 命令?我在终端界面中运行它。例如,在 Python 中,IDLE 允许我按 键在while True循环中抛出错误ctrl-C。我希望能够在 Julia 中做同样的事情。谢谢!
while True
ctrl-C
Ctrl+c 在 Julia REPl 中有效。在 Juno 中,您使用 Ctrl+j Ctrl+k。