会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
徐海建的自学笔记
自学笔记
博客园
首页
新随笔
联系
订阅
管理
2020年2月18日
re 正则表达式 爬取网站标题
摘要: import requests import re url = 'http://www.jd.com/'#url='http://www.eastmoney.com/' r=requests.get(url) r.encoding='utf-8' data=re.findall('<title>(.
阅读全文
posted @ 2020-02-18 17:27 徐海建
阅读(886)
评论(0)
推荐(0)
编辑
公告