标签: python html python-2.7 python-3.x beautifulsoup
我正在通过其所有标签解析html文件,当我遇到body标签时,我想执行一些字符串操作并将结果保存回html文件。当我尝试
if tag.name == 'body': // go inside the loop
if循环本身没有得到处理。检查标签名称是否与body标签
答案 0 :(得分:0)
使用beautifulsoup找到答案,并希望将其更新为其他人:Soup.body.name