会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
seawind2012
博客园
园子
首页
新随笔
联系
管理
订阅
2019年7月12日
decode 和 encode作用
摘要: decode的作用是将其他编码的字符串转换成unicode编码,如str1.decode('gb2312'),表示将gb2312编码的字符串转换成unicode编码 encode的作用是将unicode编码转换成其他编码的字符串,如str2.encode('gb2312'),表示将unicode编码
阅读全文
posted @ 2019-07-12 09:29 seawind2012
阅读(598)
评论(0)
推荐(0)
编辑
公告