简单抓取图片
摘要:# -*- coding:utf-8 -*- ''' 使用urllib和BeautifulSoup 简单的实现从百度贴吧获取图片''' from urllib.request import Request,urlopen,urlretrieve import traceback from bs4 import BeautifulSoup # urlopen请求HTML html=urlo...
阅读全文
posted @
2017-09-26 18:03
__Phoebe
阅读(197)
推荐(0)