会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
腿毛怪
博客园
新随笔
管理
2020年7月22日
通过xpath获取页面html代码
摘要: 1 from lxml import etree 2 import requests 3 res=requests.get('http://www.w3school.com.cn/') 4 tree=etree.HTML(res.content) 5 div=tree.xpath('//div[@i
阅读全文
posted @ 2020-07-22 21:26 年少无为腿毛怪
阅读(584)
评论(0)
推荐(1)
编辑
公告