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开发者_JAVA百科 Modified 330ms]
Is there a similar Web Console in Chrome?
SHIFT - CTRL - I
SHIFT - CTRL - J
Shows you the developer tools and the javascript console, respectively.
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
精彩评论