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.
使用选项(页面必备)下载页面wget时,该-p选项会下载正确显示给定 html 页面所需的所有文件,包括内联图像、声音和引用的样式表等内容。似乎www.google.com不会下载属于不同域(例如)的图像。有没有办法让它也被下载?
wget
-p
www.google.com
您可以使用-H选项(递归时转到外部主机)。
-H