主要使用 curl 与 wget 命令: curl -s "your_url" | egrep -o 'http://\S*(\.jpg|\.gif)' > download.list #"your_url"shi是包含图片url的页面地址 wget -i download.list
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。