gpt4 book ai didi

html - 加载 HTML - 命令行

转载 作者:太空狗 更新时间:2023-10-29 12:07:44 25 4
gpt4 key购买 nike

我有一个动态创建 HTML 文件的 PHP 脚本。在命令行中,我想加载 HTML 文件中的所有元素。假设 HTML 文件具有以下元素:img src="http://www.test.com/image.php"...iframe name="xxx"src="https://www.abc.com"...我希望 Web 服务器 test.com 和 abc.com 实际接收我的请求。

有没有办法在命令行中做到这一点?到目前为止,我尝试的是让我的 HTML 可通过我的本地 Web 服务器访问,并使用“wget --mirror”获取文件,但没有成功。

感谢您的帮助。

最佳答案

wget --mirror 绝对是正确的选择。

为确保加载外部引用,添加 --page-requisites :

This option causes Wget to download all the files that are necessary to properly display a given HTML page. This includes such things as inlined images, sounds, and referenced stylesheets.

关于html - 加载 HTML - 命令行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3730349/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com