2018年12月12日

爬取斗图拉前5页图片,并创建相应的目录

摘要: import requests import re import os class DouTuLaSpider: def __init__(self): self.url = 'http://www.doutula.com/article/list/' self.heade = { 'User-Agent':'Mozilla/5.... 阅读全文

posted @ 2018-12-12 21:35 remoting_python 阅读(108) 评论(0) 推荐(0)

导航