- 帖子
- 5
- 精华
- 0
- 积分
- 25
- 阅读权限
- 10
- 注册时间
- 2014-4-2
- 最后登录
- 2014-6-2
|
回帖奖励 +5
本帖最后由 fptxyy 于 2014-5-19 12:14 编辑
采用fl0w的代码,运行后是这样,
>>>
Traceback (most recent call last):
File "D:\Python27\exercises\mryk05.py", line 12, in <module>
stops = stops.decode('utf-8')
File "D:\Python27\lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa3 in position 1: invalid start byte
>>>
采用scz_00的代码,保存时提示要用coding:936,我就点了ok,然后再运行,成这样,
>>>
中文:静思语 床前明月光 疑是地上霜 举头望明月 低头思故乡
rows:5
低|偻|是|懊|静
头|吠|地|髟|思
˼|ûÃ|ÉÏ|¹|Óï
ᄍÊ|÷Ô|˪|â | ᄡ
Ïç|Â | ᄒ|ÒÉ|ᄇÇ
>>>
怎么修改呢?请求指导,谢谢~
|
|