cdxing In solitude, where we are least alone
摘要: 字符串编码常用类型:utf-8,gb2312,cp936,gbk等。 python中,我们使用decode()和encode()来进行解码和编码 在python中,使用unicode类型作为编码的基础类型。即 decode encode str > unicode >str 如上面代码,str\st 阅读全文
posted @ 2017-07-08 12:20 cdxing 阅读(597) 评论(0) 推荐(0)