unicode 编码encode--->   utf-8

           <---- 解码decode

unicode 编码--->   GBK

           <---- 解码

Python---解码与编码

str1.decond('gbk')

str1.decond('gbk').encode(utf-8)


相关文章: