摘要:
import urllib.request import re,os url = 'http://pic.yesky.com/' html = urllib.request.urlopen(url).read() html = html.decode('gbk') pattern = re.compile(r'shtml"><img src="(.*?)" alt=\'(.*?)\' onc... 阅读全文
posted @ 2017-05-22 08:32
疯陈演义
阅读(592)
评论(0)
推荐(0)