Python编程
选择考试省份
在文件头加上#encoding:utf-8即可。
相关推荐:《Python教程》
# encoding: utf-8 print 'helloworld' print u"学习" print (unicode("学习", encoding="utf-8"))
shell输出:
helloworld 学习 学习
还可以用#-*- coding: UTF-8 -*- 来指定。
登录 | 注册 | 电脑版
版权所有 2003-2020 广州环球青藤科技发展有限公司