摘要: #__author: hasee #date: 2018/1/20 from urllib.request import urlopen, urlretrieve from urllib.parse import quote from re import findall url = 'http://www.cdtest.cn/' # 确定URL f = urlopen(url) # 利... 阅读全文
posted @ 2018-01-20 09:02 minkillmax 阅读(79) 评论(0) 推荐(0) 编辑