码迷,mamicode.com
首页 > Web开发 > 详细

网页块元素定位建议使用的xpath方式

时间:2019-01-30 18:34:52      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:group   extract   contain   建议   @class   following   res   use   元素定位   

技术分享图片
取上图的新手上路文字
使用xpath

"//div[@class=‘pbm mbm bbda cl‘]//li[contains(string(),‘用户组‘)]/span/a/text()"

其他参考方案,使用兄弟节点

 user_group = response.xpath("//div[@class=‘pbm mbm bbda cl‘]//em[contains(text(), ‘用户组‘)]/following-sibling::*[1]/a/text()").extract()[0]

网页块元素定位建议使用的xpath方式

标签:group   extract   contain   建议   @class   following   res   use   元素定位   

原文地址:https://www.cnblogs.com/c-x-a/p/10339032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!