Python提取网页标签内容 10

<citeclass="CitationContent"id="CR1">Anderson,C.(2008).Theendoftheory:Thedatadelugema... <cite class="CitationContent" id="CR1">
Anderson, C. (2008). The end of theory: The data deluge makes the scientific method obsolete.
<em class="EmphasisTypeItalic">Wired,</em>
<em class="EmphasisTypeItalic">16</em>, 07.
</cite>
如何只提取出Anderson, C. (2008). The end of theory: The data deluge makes the scientific method obsolete.
展开
 我来答
mieyoubeizhuce
2015-08-04 · TA获得超过610个赞
知道小有建树答主
回答量:733
采纳率:100%
帮助的人:475万
展开全部
from bs4 import BeautifulSoup

html = """
<cite class="CitationContent" id="CR1">
          Anderson, C. (2008). The end of theory: The data deluge makes the scientific method obsolete. 
          <em class="EmphasisTypeItalic">Wired,</em>
          <em class="EmphasisTypeItalic">16</em>, 07.
   </cite>
"""

soup = BeautifulSoup(html, 'html5lib')
print soup.find('cite').get_text()
旋转的沉醉0624
2015-08-04 · 超过16用户采纳过TA的回答
知道答主
回答量:70
采纳率:0%
帮助的人:32.6万
展开全部
用beautifulsoup这个插件
追问
用的就是beautifulsoup  但是没有合适的函数
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式