先把需要下载的文件写入到一个文件中,命名为urls.txt,比如:
http://**/a.jpg
http://**/b.jpg
http://**/c.jpg


再执行命令
wget -i urls.txt
i:表示从文件中读取url