python创建文件夹 发表于 2020-04-18 更新于 2021-09-01 分类于 python Changyan: 如果文件夹不存在 创建文件夹 12if not os.path.exists(dirs): os.makedirs(dirs) 参考https://blog.csdn.net/qq_39575835/article/details/103974778