会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
defaulttest
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
Python中级语法
打开文件的两种方式比较:try...except...和with...open()方法
摘要:一、先贴两段代码:try: f = open(file_name, "rt") file_content = f.read() f.close()except Exception as reason: print("文件%s不存在" % fil...
阅读全文
posted @
2018-06-21 12:37
defaulttest
阅读(757)
评论(0)
推荐(0)
公告