2019年1月5日

python学习

摘要: IO编程 文件读写 读文件 读取UTF 8编码的文本文件,可以用以下几种常见形式: with open('C:/windows/temp/readme.txt') as f: print(f.read()) with open(r'C:\windows\temp\readme.txt') as f: 阅读全文

posted @ 2019-01-05 15:33 我的丫头啊 阅读(106) 评论(0) 推荐(0)

导航