gpt4 book ai didi

python - Beautiful Soup 将 Unicode 字符转换为 HTML 实体

转载 作者:行者123 更新时间:2023-12-01 05:16:11 26 4
gpt4 key购买 nike

将文档加载到beautifulsoup后出现此错误
该文档包含诸如 之类的实体,这些实体会转换为 ГÇ£
我想输出 html 实体

最佳答案

使用这个refernce link

 from bs4 import BeautifulSoup
soup = BeautifulSoup(html_doc)
print(soup.prettify(formatter="html"))

关于python - Beautiful Soup 将 Unicode 字符转换为 HTML 实体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23191624/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com