摘要:
可用链接:http://blog.csdn.net/dushu990/article/details/51767189 使用python3.5.1执行post请求时,一直报错"POST data should be bytes or an iterable of bytes. It cannot b 阅读全文
摘要:
import re from common_p3 import download def crawl_sitemap(url): sitemap = download(url) links = re.findall('(.*?)',sitemap) print('links=',links) for link in links: print('l... 阅读全文