赞
踩
1.操作系统:windows
2.实践来源:《Python编程快速上手》这本书中,第145页,讲到读取文件内容,按照其叙述的,新建了一个内容为Hello World!的txt文档,并“在交互式环境中输入以下代码:”
>>>helloFile = open('C:\\Users\\your_home_folder\\hello.txt')
>>>helloContent = helloFile.read()
接下来就遇到:
>>> helloContent = helloFile.read
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。