python怎么把中文转成xml格式编码

2024-12-21 20:43:41
推荐回答(1个)
回答1:

一上来就Unicode,

>>> s = u"中文"
>>> s.encode("ascii", "xmlcharrefreplace")