网站首页 站内搜索

搜索结果

查询Tags标签: Python07,共有 2条记录
  • Python07

    今日内容详细文件操作补充 函数今日内容详细 文件操作补充flush() # 将内存中的数据立刻刷到硬盘,相当于ctrl+s readable() writeable() # 判断文件是否可读可写with open(ruserinfo.txt,a,encoding=utf8) as f:print(f.readable()) # Trueprint(f.writabl…

    2021/8/18 1:36:23 人评论 次浏览
  • Python07

    今日内容详细文件操作补充 函数今日内容详细 文件操作补充flush() # 将内存中的数据立刻刷到硬盘,相当于ctrl+s readable() writeable() # 判断文件是否可读可写with open(ruserinfo.txt,a,encoding=utf8) as f:print(f.readable()) # Trueprint(f.writabl…

    2021/8/18 1:36:23 人评论 次浏览
扫一扫关注最新编程教程