python 中文乱码解决

1 # -*- coding:utf-8 -*-
2 import sys
3 
4 reload(sys)
5 sys.setdefaultencoding('utf8')
6 
7 physicsPath = u"D:\我的文档"
8 
9 print physicsPath 

 

 上面的方案 已经可以解决乱码;

 

在控制台和sublime text 中 都是可以通过的!

posted @ 2014-11-13 17:29  一九零零  阅读(393)  评论(0编辑  收藏  举报