会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
菜鸟key
博客园
首页
新随笔
联系
管理
订阅
2018年8月24日
爬虫百度贴吧
摘要: import requests from bs4 import BeautifulSoup import re def getHTMLText(url): try: r = requests.get(url) r.raise_for_status() r.encoding = 'utf-8' return r.text ...
阅读全文
posted @ 2018-08-24 15:56 菜鸟key
阅读(209)
评论(0)
推荐(0)
编辑
第四周 scrapy库
摘要: 见下载文档
阅读全文
posted @ 2018-08-24 09:34 菜鸟key
阅读(202)
评论(0)
推荐(0)
编辑
公告