如何通过快捷键清除Chrome控制台?

发布于 2024-10-28 03:55:00 字数 120 浏览 1 评论 0原文

我想清除 Chrome 浏览器内 Chrome 开发人员工具中的控制台选项卡。我知道他们是一个按钮,但是执行此操作的快捷键是什么?

他们的任何地方的 chrome 开发者工具备忘单还是 chrome 快捷方式?

I want to clear the Console tab in Chrome developer tools inside the Chrome browser. I know that their is an button for that but what's the shortcut keys for doing that?

Are their anywhere cheatsheet for chrome developer tool or chrome shortcuts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

丑丑阿 2024-11-04 03:55:00

您可以使用 Ctrl + L 在 Windows/Linux 上清除 chrome-dev-console,在 Mac 上使用 Cmd + K

You can use Ctrl + L to clear the chrome-dev-console on Windows/Linux and Cmd + K on Mac.

黒涩兲箜 2024-11-04 03:55:00

Chrome 开发者工具的键盘快捷键列表位于:http://code。 google.com/chrome/devtools/docs/shortcuts.html

要清除控制台日志,请按 Ctrl-L。不幸的是,似乎日志需要处于焦点(单击)键盘命令才能工作。

The list of keyboard shortcuts for Chrome Developer Tools is at: http://code.google.com/chrome/devtools/docs/shortcuts.html.

For clearing the console log, press Ctrl-L. Unfortunately, it appears the log needs to be in focus (clicked on) for the keyboard command to work.

情深如许 2024-11-04 03:55:00

键盘快捷键

Ctrl + L or Cmd + L 

命令行

clear()

以下是更多快捷键的备忘单: http://anti-code.com/devtools-备忘单/

Keyboard shortcuts

Ctrl + L or Cmd + L 

Command line

clear()

Here's a cheatsheet for more shortcut keys: http://anti-code.com/devtools-cheatsheet/

为你拒绝所有暧昧 2024-11-04 03:55:00

我不知道为什么,但在我的 Mac(OS X El Capitan v10、Google Chrome v40)上,上面提到的快捷方式 Cmd+L 不清除 控制台日志。

但是 Cmd + k 完美工作!!!
在使用此快捷方式之前,请确保控制台处于活动状态!

所以我针对 Mac 的解决方案是: Cmd + k !!!< /强>

I do not know why, but on my Mac (OS X El Capitan v10, Google Chrome v40) shortcuts mentioned above Cmd+L do NOT clear the Console log.

But Cmd + k perfectly works !!!
Before using this shortcut make sure that the console is active!

So my solution for Macs is: Cmd + k !!!

美人骨 2024-11-04 03:55:00

对于 Firefox 控制台,它是 Ctrl + Shift + L

It is Ctrl + Shift + L for Firefox console.

Saygoodbye 2024-11-04 03:55:00

我偶然发现了一条不同的捷径。也许它正在做别的事情。
按空格键可清除 chrome devtools 中的控制台。它也有效。 ;)

注意:我使用的是 ubuntu 18.04.5 LTS

I found a different shortcut by accident. Maybe it is doing something else.
Press Spacebar to clear the console in chrome devtools. It works too. ;)

NB: I am using ubuntu 18.04.5 LTS

倒数 2024-11-04 03:55:00

首先使用 Ctrl + ` 关注控制台。
然后使用Ctrl + L将其清除。
希望有帮助

First focus on the console using Ctrl + `.
Then use Ctrl + L to clear it.
Hope that helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文