摘要:
wget加上参数之后,即可成为相当强大的下载工具。wget-r -p -np -khttp://xxx.com/abc/-r, --recursive(递归) specify recursive download.(指定递归下载)-k, --convert-links(转换链接) make links in downloaded HTML point to local files.(将下载的HTML页面中的链接转换为相对链接即本地链接)-p, --page-requisites(页面必需元素) get all images, etc. needed to display HTML page.( 阅读全文