摘要: #coding=utf-8import urllibimport redef getHtml(url): page = urllib.urlopen(url) html = page.read() return htmldef getImg(html): reg = r'src="(.+?\.jpg 阅读全文
posted @ 2017-02-21 10:38 Littlefish- 阅读(203) 评论(0) 推荐(0)
Document