# wget --mirror --convert-links --page-requisites --no-parent -nd -P /home/cpc/simulatepages http://zilong.wodou2015.com/lps/page/20180724/Mj555CGS.html
#使用-nd参数更方便!所有文件默认放在同一个目录且链接都替换好了!方便修改和使用!
#原来没有使用-nd参数,配置nginx的index和访问时不够方便
alias wgetmir='wget --mirror -p --convert-links --no-parent -nd -P'
网友评论