문제

When debugging the page, in Firebug NET tab, it can show the page HTML, like the screenshot below. I was wondering if Chrome developer tool can do the same?

enter image description here

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top