会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Diligent小十
博客园
首页
新随笔
联系
订阅
管理
07 2017 档案
Python读写文件
摘要:Python读写文件1.open使用open打开文件后一定要记得调用文件对象的close()方法。比如可以用try/finally语句来确保最后能关闭文件。 file_object = open('thefile.txt')try: all_the_text = file_object.read(
阅读全文
posted @
2017-07-03 22:14
Diligent小十
阅读(304)
评论(0)
推荐(0)
公告