The options are:
--recursive: download the entire Web site.
递归去下载
--domains mysql.com: don't follow links outside mysql.com.
限制只下载那个域名
--no-parent: don't follow links outside the directory tutorials/html/.
不要下载这个目录上边的文件
--page-requisites: get all the elements that compose the page (images, CSS and so on).
下载页面所包括的一切对象
--html-extension: save files with the .html extension.
把文件按html格式存放
--convert-links: convert links so that they work locally, off-line.
把页面中的连接转化为本地的连接
--restrict-file-names=windows: modify filenames so that they will work in Windows as well.
格式化文件名使可以在Windows下查看.
--no-clobber: don't overwrite any existing files (used in case the download is interrupted and
resumed).
不要复盖任何文件作者: kider 时间: 2008-11-17 23:46 wget 下载地址:
1、Wget for Linux http://ftp.gnu.org/gnu/wget/
2、Wget for Windows http://gnuwin32.sourceforge.net/packages/wget.htm
(下载Complete package版本安装)