如何检查标记名称对应于Python中的特定标记

时间:2017-07-06 19:35:50

标签: python html python-2.7 python-3.x beautifulsoup

我正在通过其所有标签解析html文件,当我遇到body标签时,我想执行一些字符串操作并将结果保存回html文件。当我尝试

if tag.name == 'body':
  // go inside the loop

if循环本身没有得到处理。检查标签名称是否与body标签

相对应的正确方法是什么

1 个答案:

答案 0 :(得分:0)

使用beautifulsoup找到答案,并希望将其更新为其他人:Soup.body.name