wget -r -p -np -k
http://learn.tsinghua.edu.cn/homepage/015450/index.html
wget -r -l2 -p -F -i index.html // download the links in html file
-r: recursive
-p: page requisites
-np: no parent
-k: convert links
-p: page requisites
-np: no parent
-k: convert links