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 for windows 做到这一点。
我寻找到了自我。
这是我创建的外壳
@echo off echo Hello this is Deniz's webpage downloader set /P theuserinput="Please Enter website that you like to download: " wget.exe -p %theuserinput% pause