Sweety

Practice makes perfect

导航

2017年12月5日

摘要: 1 Python字符串的encode与decode1.1 简单介绍字符串在Python内部的表示是unicode编码,因此,在做编码转换时,通常需要以unicode作为中间编码,即先将其他编码的字符串解码(decode)成unicode,再从unicode编码(encode)成另一种... 阅读全文

posted @ 2017-12-05 12:31 蓝空 阅读(172) 评论(0) 推荐(0) 编辑