摘要: 08知识点梳理 文件操作一 .文件操作 r (只读)1.r (读) rb(字节)f=open("果蔬大杂烩",mode="r",encoding="UTF-8")content=f.read()print(content)2.rb(字节) MP3 图像 视频f=open("果蔬大杂烩",mode=" 阅读全文
posted @ 2018-06-08 17:29 吉喆嚞吉 阅读(202) 评论(0) 推荐(0)