短答案:使用Python3
长答案:
# -*- coding: utf8 -*-
# 及早将一切转到UTF-8
unicode_str = unicode('中文', encoding='utf-8')
# 打印或者写入前用UTF-8编码
print unicode_str.encode('utf-8')
# 用codecs.open替换open
import codecs
codecs.open('filename', encoding='utf8')
发布时间:2019-10-13 09:03:41编辑:auto阅读(2515)
短答案:使用Python3
长答案:
# -*- coding: utf8 -*-
# 及早将一切转到UTF-8
unicode_str = unicode('中文', encoding='utf-8')
# 打印或者写入前用UTF-8编码
print unicode_str.encode('utf-8')
# 用codecs.open替换open
import codecs
codecs.open('filename', encoding='utf8')
上一篇: Python重新加载模块方法
下一篇: 理解 Python 的 LEGB
47606
45987
36910
34470
29082
25713
24566
19715
19248
17756
5566°
6155°
5691°
5737°
6706°
5483°
5485°
5989°
5965°
7295°