码迷,mamicode.com
首页 > 编程语言 > 详细

python unicode

时间:2019-01-16 17:21:18      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:nic   audio   col   type   display   none   pre   spl   jhh   

 

>>> a="jkjjhhjjj"
>>> a_uni = a.decode(utf-8)
>>> type(a_uni)
<type unicode>
>>> type(a_uni)==unicode
True
>>> 

 

python unicode

标签:nic   audio   col   type   display   none   pre   spl   jhh   

原文地址:https://www.cnblogs.com/sea-stream/p/10278020.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!