摘要: 爬取百度贴吧帖子信息 #!/usr/bin/env python # -*- coding: utf-8 -*- # author: imcati import requests,re,time class TiebaSpider(object): def __init__(self,tiebaName): self.tiebaName=tiebaName ... 阅读全文
posted @ 2019-07-20 16:09 imcati 阅读(367) 评论(0) 推荐(1) 编辑