python 内部编码为 unicode
str = u‘xxx‘
系统编码
str = ‘xxx‘
str.decode(‘gbk‘)
str.encode(‘unicode‘)
python字符串的encode与decode研究心得乱码问题解决方法
http://www.jb51.net/article/17560.htm
时间: 2024-12-18 11:06:32
python 内部编码为 unicode
str = u‘xxx‘
系统编码
str = ‘xxx‘
str.decode(‘gbk‘)
str.encode(‘unicode‘)
python字符串的encode与decode研究心得乱码问题解决方法
http://www.jb51.net/article/17560.htm