[妖路-0] 汉字字符串转unicode字符串

  • 仅仅在python2.X做过实验
  • 可以把”\u0063\u0072”字符串转化为汉字字符串
  • 可以把汉字字符串转化为把”\u0063\u0072”字符串
  • 注意不是改变编码格式,是把编码格式的内容改变为字符串保存下来
#!/usr/bin/python
# -*- coding: utf-8 -*-

#python2.X

slashUStr = "\\u0063\\u0072\\u0069\\u0066\\u0061\\u006E\\u0020\\u5728\\u8DEF\\u4E0A"
#slashUStr = "\u0063\u0072\u0069\u0066\u0061\u006E\u0020\u5728\u8DEF\u4E0A";#crifan 在路上
decodedUniChars = slashUStr.decode("unicode-escape")
print slashUStr 
print decodedUniChars #decodedUniChars= crifan 在路上

stra = u"在路上"
print stra
b=str([stra]).strip('[').strip(']')[1:]
print b
c=b.decode("unicode-escape")
print c
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值