会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
奔跑的小乌龟
博客园
首页
新随笔
联系
管理
Problem 0002_UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
程序编码问题,可以尝试在程序头部加三行代码:
import
sys reload(sys) sys.setdefaultencoding(
'
utf-8
'
)
勇敢才是青春该有的模样!!
posted @
2017-09-29 15:28
一步一步一个脚印
阅读(
100
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告