摘要:
#-*-coding:utf-8 import sys ''' *首先要搞清楚,字符串在Python内部的表示是unicode编码,因此,在做编码转换时,通常需要以unicode作为中间编码, 即先将其他编码的字符串解码(decode)成unicode,再从unicode编码(encode)成另一种编码。 decode的作用是将其他编码的字符串转换成unicode编码,如str1.decode(... 阅读全文
posted @ 2018-08-27 15:23
冀念1002
阅读(187)
评论(0)
推荐(0)
浙公网安备 33010602011771号