美丽的汤没有找到第一个XML标签

时间:2018-04-19 15:50:43

标签: python xml beautifulsoup tags

问题已经出现Beautiful Soup Can't Find the First Tag (XML),但尚未解决。

我面临同样的问题,我不明白为什么使用Python的简单find_all <sentence/> tags函数无法解决这个简单的任务:

for tag in items.find_all('sentence'):
    print(tag)

它仍然是空的。知道为什么会这样吗?

0 个答案:

没有答案