会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
油焖大虾
博客园
首页
新随笔
联系
订阅
管理
2022年10月9日
文件读写、函数基础
摘要: 昨天内容 文件基本操作 方式1 f1 = open(path,mode,encoding="utf8") f1.close() 方式2 with open(path,mode,encoding="utf8") as f2 f2.方法() #字代码结束自动调用f2.close() 文件读写模式 r 只
阅读全文
posted @ 2022-10-09 15:07 虾仁猪心排骨汤
阅读(81)
评论(0)
推荐(0)
编辑
公告