Python处理file文件总结 Python file 方法总结 1)打开文件 f=open( "test", "r+" ,encoding="utf-8") 文件路径 打开方式 文件编码方式 文件路径:绝对路径或者相对路径