linux中用wget下载整个网页以及子网页

详细参考链接:https://zhuanlan.zhihu.com/p/380793959

我是要下载 spring security官网文档,使用了该命令:

# 下载spring security 5.6.3 的 参考文档
wget -c -r -np -k -L -p https://docs.spring.io/spring-security/reference/index.html
# 下载spring security 5.6.3 的 API文档
wget -c -r -np -k -L -p https://docs.spring.io/spring-security/site/docs/current/api/
posted @ 2022-04-28 12:48  mediocrep  阅读(378)  评论(0编辑  收藏  举报
既然选择了远方,便只顾风雨兼程!