首页
科技
登录
6mi
u
盘
搜
搜 索
科技
unicode 转换 -- python
unicode 转换 -- python
科技
2022-07-10
195
str = u'上海' uni = str.encode('unicode-escape') uni Out[55]: b'\\u4e0a\\u6d77' uni.decode() Out[56]: '\\u4e0a\\u6d77' print(uni) b'\\u4e0a\\u6d77'
str = '\\u6bd5\\u8282\\u5730\\u533a' str.encode('utf-8').decode('unicode_escape')
转载请注明原文地址:https://blackberry.8miu.com/read-234.html
最新回复
(
0
)