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.
Web ページのコンテンツ全体をダウンロードしたいと考えています。(最初のページのみ)
最初のページだけが必要です。再帰なし
Windowsのwgetでこれを行うにはどうすればよいですか。
私は自分自身を見つけました。
これが私が作成したシェルです
@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