Python 各种编码相互转化 (目前只有Unicode utf-8)
摘要:
f='\u53eb\u6211' print f print(f.decode('unicode-escape')) 阅读全文
posted @ 2017-04-18 19:44 _jackie 阅读(2442) 评论(0) 推荐(0)
posted @ 2017-04-18 19:44 _jackie 阅读(2442) 评论(0) 推荐(0)
posted @ 2017-04-18 19:13 _jackie 阅读(5099) 评论(0) 推荐(0)
posted @ 2017-04-18 16:59 _jackie 阅读(8065) 评论(0) 推荐(0)