Home > Web Front-end > HTML Tutorial > How to save a large web page? _html/css_WEB-ITnose

How to save a large web page? _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:18:51
Original
1085 people have browsed it

The web page is called by a framework, and the content cannot be seen in the source code.
The webpage is very large and contains 10,000 short articles. How to save it?


Reply to discussion (solution)

Ctrl S

Ctrl S
To make the content in the frame available in the source code Look inside.

Open the webpage with Google Chrome, press F12, switch to the Elements tab, find the iframe, expand it, find the HTML tag, then right-click and select Copy as HTML. Find a notepad Ctrl V.

Open the webpage with Google Chrome, press F12, switch to the Elements tab, find the iframe, expand it, find the HTML tag, then right-click and select Copy as HTML. Find a notepad Ctrl V.
Good method, thank you

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template