摘要: #encoding=utf-8import urllib2,urllibclass tieba: def tiebaSpider(self,name,starPage,endPage): #要爬取得网络地址 url = "https://tieba.baidu.com/f?" #要爬取得带关键字的地 阅读全文
posted @ 2017-11-03 22:27 Mr-RoRo 阅读(478) 评论(1) 推荐(0)