常规下载:url
$ wget url
按照远程文件名下载,加参数 --content-dispositioncode
$ wget --content-disposition url
支持断点续传 加参数 -cget
$ wget -c url
指定下载到本地目录 localpath, 加参数-Pit
$ wget url -P localpath
指定下载文件名为 ./localpath/filename,加参数 -Oio
$ wget url -O ./localpath/filename