会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
helloweworld
博客园
首页
新随笔
管理
2014年6月16日
python--中文比较
摘要: 比较中文是否相等:if str1.decode("GB2312").encode("utf-8") ==str2.decode("GB2312").encode("utf-8"): print "=="注: decode中时str1 str2使用的中文编码方式, encode统一用utf-8形式比...
阅读全文
posted @ 2014-06-16 11:54 helloweworld
阅读(2072)
评论(0)
推荐(0)
编辑