09 2019 档案

python爬虫的问题
摘要:* 保存图片失败 1.打错单词 e.g: ptyhon-->python 2.之前正则提取时转义字符的遗忘 e.g: re.compile(r'src="http:aaaaa/.jpg"')-->re.compile(r'src="http:aaaaa/\.jpg"') 阅读全文

posted @ 2019-09-26 13:30 ifran 阅读(146) 评论(0) 推荐(0)

导航