Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想下载一个页面以供离线查看。这意味着必须下载网页的所有图像、字体和 css。我不想下载整个网站,只是一个网页。
我试过curl,wget没有成功..也许我不知道如何正确使用它们......
以下是您如何只抓取包含所有资产的一页:
wget -E -H -k -K -p url
更多信息:https ://superuser.com/questions/55040/save-a-single-web-page-with-background-images-with-wget