简体   繁体   English

通过脚本将完整的网页保存到Chrome中?

[英]Save Complete Web Page in Chrome from script?

i am currently using wget -p, but it still doesn't have as good of a result as simply right clicking the web page, and clicking save as complete web page. 我当前正在使用wget -p,但是仍然无法获得如鼠标右键单击网页,然后单击另存为完整网页一样的效果。 how can i get the exact result of right clicking and saving as web page from a script? 如何从脚本中右键单击并另存为网页,以获得确切的结果? in any language or terminal commands in linux or windows. 在Linux或Windows中以任何语言或终端命令显示。

您可以将recusive选项与level选项一起使用

wget -rkp -l3 -np -nH --cut-dirs=1 "http://www.your-url.com/"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用浏览器“保存完整的网页”等外部资源来获取网页? - How can I fetch a web page with external resources like browsers “save complete web page”? 从网页执行Shell脚本,输出到网页 - execute a shell script from web page, output to web page 如何从网页调用python脚本 - How to call a python script from a web page Google Chrome浏览器未缓存网页 - Google Chrome is not caching web page 如何<span>从包含完整网页代码的变量中</span>收集特定值 - How to gather the value of a specific <span> from a variable containing the complete web page code 如何保存网页信息? - How to save web page informations? Linux脚本以选择一个选项并从网页下载结果文件 - Linux script to select an option & download resulting file from web page 通过网页触发在Active Directory上自动执行Powershell脚本 - Automated execution of a powershell script on Active Directory, Triggered from a web page 如何在本地保存网页中的文本值,并且网页前端,C#后端是否可能? - How to save text values from web page locally and is it possible to have web page front end, C# back end? 如何将网页保存为文本文件[Python] - How to save web page as text file [Python]
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM