如何在 Eclipse 中打开控制台窗口?

2022-01-11 00:00:00 console eclipse

我不小心关闭了 Eclipse 中的控制台窗口,现在我看不到我的代码运行的结果.

I accidentally closed the Console window in Eclipse, and now I can't see the result of my code being run.

如何再次打开它?

推荐答案

从菜单栏,Window →显示视图 →安慰.或者,使用键盘快捷键:

From the menu bar, Window → Show View → Console. Alternately, use the keyboard shortcut:

  • Mac:Option-Command-Q,然后是C,或
  • Windows:Alt-Shift-Q,然后是C
  • Mac: Option-Command-Q, then C, or
  • Windows: Alt-Shift-Q, then C

相关文章