标签:mic 字符 size style http code 字符编码 encode 字符串
过程:
将其他编码的字符解码(decode)为unicode;
将unicode编码的字符编码(encode)为另一种编码。
eg:
str.decode(‘gb2312‘) -----将gb2312编码的字符串str转换为unicode编码
str.encode(‘GBK‘) -----将unicode编码的字符串str转换为GBK编码
标签:mic 字符 size style http code 字符编码 encode 字符串
原文地址:https://www.cnblogs.com/haocao-niu/p/11443564.html