Python怎么新建目录文件夹?

Python怎么新建目录文件夹?

# create a new folder to save company files
if not os.path.exists(save_path):
os.makedirs(save_path)

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注