>>> a="jkjjhhjjj" >>> a_uni = a.decode(‘utf-8‘) >>> type(a_uni) <type ‘unicode‘> >>> type(a_uni)==unicode True >>>
python unicode
原文:https://www.cnblogs.com/sea-stream/p/10278020.html