字符编码转化

各个编码之间的转化,一定要先转为(decode('字符原编码'))unicode,然后再转为目标编码(encode('字符目标编码'))

posted @ 2018-09-26 17:03  python_yue  阅读(235)  评论(0编辑  收藏  举报