python - Powershell里英文也乱码?
迷茫
迷茫 2017-04-17 17:20:40
0
1
388

正在学习Python,但是在Learn Python The Hard Way Exercise 20中,按照作者给出的代码,我在Powershell上运行,得到的输出结果是这样的:

First let's print the whole file: a aaaaaaaa aaaaaaaaaaaa aaaaaaaaaaaa Now let's rewind, kind of like a tape. Let's print three lines: a aaaaaaaa aaaaaaaaaaaa aaaaaaaaaaaa

可是本来应该是这样的:

$ python ex20.py test.txt First let's print the whole file: This is line 1 This is line 2 This is line 3 Now let's rewind, kind of like a tape. Let's print three lines: 1 This is line 1 2 This is line 2 3 This is line 3

哪里出问题了?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

모든 응답 (1)
小葫芦

test.txt文件的编码,powershell好像是utf8,你可以试着把test.txt文件以utf8编码保存,然后再运行试试看

    최신 다운로드
    더>
    웹 효과
    웹사이트 소스 코드
    웹사이트 자료
    프론트엔드 템플릿
    회사 소개 부인 성명 Sitemap
    PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!