会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
sure_feng
博客园
首页
博问
闪存
新随笔
订阅
管理
2018年11月26日
项目练习 —— 贴吧爬虫
摘要: 1 # -*- coding:utf-8 -*- 2 # Author:Sure Feng 3 4 import requests 5 6 class TiebaSpider(object): 7 def __init__(self, tieba_name): 8 self.tieba_name = tieba_name 9 self...
阅读全文
posted @ 2018-11-26 20:48 sure_feng
阅读(239)
评论(0)
推荐(0)
编辑