python如何利用BeautifulSoup提取下面标签中的content内容?

2024-12-21 10:16:20
推荐回答(1个)
回答1:

print(soup.find('meta',{'name':'keywords'}).attrs['content'])