1
d7101120120 2017-01-04 11:52:44 +08:00 via Android 1
chrome 记得有批量存图的扩展
|
2
songz OP |
3
Ginson 2017-01-04 12:24:34 +08:00
fatkun 用过都说好
|
4
samtoto 2017-01-04 13:35:12 +08:00
python BeautifulSoup
```python from bs4 import BeautifulSoup soup = BeautifulSoup(res, 'lxml') soup.find_all('img') ``` 其中 res 是这页面的源代码 |
5
lylijincheng 2017-01-04 13:54:30 +08:00
Ctrl + S ,保存所有文件
|
6
fengxing 2017-01-04 15:16:27 +08:00
小乐图客(ZIG)
|
7
lynnX 2017-01-04 15:53:35 +08:00
@lylijincheng +1
|