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?
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