码迷,mamicode.com
首页 > 编程语言 > 详细

python 中文乱码解决

时间:2014-11-13 18:15:53      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   on   log   bs   ad   

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 中 都是可以通过的!

python 中文乱码解决

标签:style   blog   color   sp   div   on   log   bs   ad   

原文地址:http://www.cnblogs.com/xlong1900/p/4095484.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!