摘要: 文件路径操作os.sep 返回当前系统路径分割符os.path,join(字符串1","字符串2"........) 将字符串连接成路径格式 os.path.join("c:\\user","text.txt") >c:\user\text.txtos.makedirs("目录路径") 创建文件目录 阅读全文
posted @ 2020-05-25 14:46 ALS0 阅读(154) 评论(0) 推荐(1)