Chrome 中的网络控制台?
在 Firefox 中,可以通过 Ctrl Shift K 访问 Web 控制台。
Firefox Web Console 可以向我们展示以下内容:
[15:06:32.190] GET asd.com [HTTP/1.1 304 未修改 330ms]
Chrome中有类似的Web控制台吗?
In Firefox, there is a Web Console accessible through Ctrl Shift K.
The Firefox Web Console can show us stuff like:
[15:06:32.190] GET asd.com [HTTP/1.1 304 Not Modified 330ms]
Is there a similar Web Console in Chrome?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SHIFT - CTRL - I
SHIFT - CTRL - J
分别显示开发人员工具和 JavaScript 控制台。
SHIFT - CTRL - I
SHIFT - CTRL - J
Shows you the developer tools and the javascript console, respectively.
Chrome 控制台 (SHIFT-CTRL - I) 确实显示了类似的内容。还有一个 Chrome 扩展,
当您按下 SHIFT CTRL 时,可以在 Chrome 中获取 firebug(它是一个轻型版本),我单击控制台选项卡,这就是它将显示的位置。您可能需要右键单击并选中“XMLHttpRequest Loggin”才能查看所有日志
The Chrome console (SHIFT-CTRL - I) does show stuff like that. There is also a Chrome extension to get firebug in Chrome (its a light version)
when you press SHIFT CTRL I click on the console tab and thats where it will be shown. You might need to right click and check the "XMLHttpRequest Loggin" to view all logs