Home >Backend Development >PHP Tutorial >Web content resource capture
This is a small tool that can obtain the HTML code and css, js, font and img resources of a web page. It is mainly used to quickly obtain templates. If you don’t have time to design the UI or see a good template abroad, you can use this tool to crawl web pages and extract resource files. The extracted content will save resources according to relative paths, so you don’t have to worry about incorrect URL import of resource files. How to use: 1. Open the index page, enter the project name and the URL to be crawled. The URL must end with the file name, such as index.html; 2. Click the Get button to get all the css, js, and img of the current page. and other resource lists; 3. Clicking the css link will obtain the background resource image in the css file and append it to the end of the list; 4. Click Save All to save all the files in the list and generate them according to relative paths; 5. If There are http remote files on the web page and they will be saved directly in the http folder; 6. Get and Save sometimes fail, it doesn’t matter and you can try again a few times. ![]() |