wget -r -p -np -k
-r, --recursive specify recursive download.
-k, --convert-links make links in downloaded HTML point to local files.
-p, --page-requisites get all images, etc. needed to display HTML page.
-np, --no-parent don't ascend to the parent directory.
阅读(1721) | 评论(0) | 转发(0) |