python 中文转Unicode编码 & Unicode编码转中文
中文转Unicode编码:
text.encode("unicode_escape")
Unicode编码转中文:
u.decode("unicode_escape")
原文链接:https://blog.csdn.net/refrain__wg/article/details/82752810
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
中文转Unicode编码:
text.encode("unicode_escape")
Unicode编码转中文:
u.decode("unicode_escape")
原文链接:https://blog.csdn.net/refrain__wg/article/details/82752810
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。