从 URL 吸取
Publié le 20 September 2020
----
----
$ wget -r -k -np http://site.com/docs/manual/
----
要设置目标文件夹,添加 -P 参数然后指定路径。
----
Publié le 20 September 2020
----
----
$ wget -r -k -np http://site.com/docs/manual/
----
要设置目标文件夹,添加 -P 参数然后指定路径。
----