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

二 解析网页中元素

时间:2017-03-07 00:28:43      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:目录   rip   sel   list   string   需要   rate   title   nbsp   

一 使用beautifulSoup 解析网页

 Soup = BeantifulSoup(html,‘lxml‘)

二 描述需要爬取的东西在哪?

  = Soup.select(‘???‘)

三 从标签中获得你要的信息

  <p>Something</p> 去掉标签,并放到数据容器中。

title.get_text() > Something

title.tripped_strings>获取title目录下,所有标签。

python 可以做列表》list(title.tripped_strings)

  {title = Something ; rate = 4.0}

 

二 解析网页中元素

标签:目录   rip   sel   list   string   需要   rate   title   nbsp   

原文地址:http://www.cnblogs.com/cbds/p/6512560.html

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