gpt4 book ai didi

python - 如何将特殊字符转换成html实体?

转载 作者:太空狗 更新时间:2023-10-29 15:31:02 30 4
gpt4 key购买 nike

我想在 python 中转换特殊字符,如 "%$!&@á é ©"不仅是'<&">'正如我目前找到的所有文档和引用资料所显示的那样。 cgi.escape 不能解决问题。

例如,字符串 "á ê ĩ &"应转换为 "&aacute; &ecirc; &itilde; &amp;" .

有大佬知道怎么解决吗?我正在使用 python 2.6。

最佳答案

您可以使用在 http://docs.python.org/library/htmllib.html#module-htmlentitydefs 中找到的词典构建您自己的循环

你要找的是 htmlentitydefs.codepoint2name

关于python - 如何将特殊字符转换成html实体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9616928/

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