Python内部处理数据是用的Unicode字符集.

decode方法在Python中的作用是把别的编码方式解码为Python内部通用的Unicode方式.

encode方法在Python中的作用是把Unicode字符集编码成为你所期望的编码方式.

Comments
Write a Comment