2015年12月23日
摘要: 中文unicode范围 :[\u4e00-\u9fa5] 普通字符串可以用多种方式编码成Unicode字符串,具体要看你究竟选择了哪种编码:unicodestring = u"Hello world"# 将Unicode转化为普通Python字符串:"encode"utf8string = uni... 阅读全文
posted @ 2015-12-23 17:19 星空守望者--jkmiao 阅读(728) 评论(0) 推荐(0)