gpt4 book ai didi

Python - 将包含实体引用的字符串显示为普通文本

转载 作者:太空宇宙 更新时间:2023-11-03 23:50:11 25 4
gpt4 key购买 nike

我有一个 Python 字符串 "''Grassmere''"从网站检索。

我想让 ' 显示为正确的 ascii 符号 (') 但出于某种原因 python 坚持只打印 ascii 代码。

最佳答案

这个有电池

>>> import xmllib
>>> X=xmllib.XMLParser()
>>> X.translate_references("''Grassmere''")
"''Grassmere''"

关于Python - 将包含实体引用的字符串显示为普通文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2171084/

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