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.
如何使用 php 保存网页,类似于在浏览器中保存 -> 文件 -> 保存页面,因为当 url 作为参数给出时,我需要动态保存网页。包含相关文件夹中的图像。
提前致谢 :)
您需要使用 php curl 从该页面下载 HTML。
之后,您需要使用 readfile() 函数抓取图像、css、js 和其他文件的内容并下载并保存它们并保存路径。