摘要: 一.open用于读写文件 1.open的基本语法 : open(file,mode,buffering,encoding,errors.........),open中有如下几个参数,一般情况 下我们只需要file,mode,encoding即可。 file: 必需,文件路径(相对或者绝对路径) mo 阅读全文
posted @ 2021-10-02 16:48 余生没有余生 阅读(285) 评论(0) 推荐(0)