摘要:
1. python读取文件模式的自我理解:'r' open for reading (default) 只读模式打开文件,不能写;'w' open for writing, truncating the file first 只写模式打开文件,不能读,并且每次写的时候都会清空之前的部分;'x' cr 阅读全文
posted @ 2022-09-06 11:45
ClareBaby01
阅读(359)
评论(0)
推荐(0)