会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
eliwang
学无止境的小渣渣
博客园
首页
新随笔
联系
订阅
管理
2023年1月14日
python如何实现字符串与'\u'开头的unicode字符串相互转换
摘要: 字符串转unicode字符串技术要点: ord()函数 format()函数 代码: def str_to_unicode(string, upper=True): '''字符串转unicode''' if upper is True: return ''.join(rf'\u{ord(x):04X
阅读全文
posted @ 2023-01-14 04:30 eliwang
阅读(0)
评论(0)
推荐(0)
编辑
公告