How to check page response HTML in Chrome developer tool
When debugging the page, in Firebug NET tab, it can show the page HTML, like the screenshot below. I was wond开发者_如何学Cering if Chrome developer tool can do the same?
In the Chrome Dev Tool, under the resources or network tab, if you double click on a resource it will open it in a new tab/window showing the rendered HTML/page/image/etc.
If you want the HTML code you can look at the content tab under the Network pane, or you can look at the parsed/organized HTML code under the Elements pane.
精彩评论