22.\xE5\xB8\xAE 转换为汉字

x='\xE5\xB8\xAE'
bb=str(x)
print bb.decode('string_escape')

  

posted @ 2018-11-07 19:59  桃源仙居  阅读(476)  评论(0)    收藏  举报