命令
$ wget -r http://www.comp.brad.ac.uk/research/GIP/tutorials/index.html
Run Code Online (Sandbox Code Playgroud)
只下载index.html
和robots.txt
对我来说,即使其中有指向同一目录中更多页面的链接。例如
<A HREF="viewp.html">Viewpoint specification</A>
Run Code Online (Sandbox Code Playgroud)
为什么wget
不理会呢?