标签: python xml beautifulsoup tags
问题已经出现Beautiful Soup Can't Find the First Tag (XML),但尚未解决。
我面临同样的问题,我不明白为什么使用Python的简单find_all <sentence/> tags函数无法解决这个简单的任务:
find_all <sentence/> tags
for tag in items.find_all('sentence'): print(tag)
它仍然是空的。知道为什么会这样吗?