Pages for logged out editors learn more
#中文 print u'中文' 中文 #中文 u'中文\n日文\n韩文' #转义 u'''第一行 第二行''' #多行 ur'''Python的Unicode字符串支持"中文", "日文", "韩文"等多种语言'''#raw+多行 #如果中文字符串在Python环境下遇到 UnicodeDecodeError,这是因为.py文件保存的格式有问题。可以在第一行添加注释 # -*- coding: utf-8 -*-