首页 新闻 赞助 找找看
1
回答数

待解决问题 120 python中对文件的操作

filename='learning_python.txt' with open(filename) as file_object: contents=file_object.read() 打开整个文