云哥 709浏览 0评论 2020-03-04
在系统中我们需要使用python来一次性创建多级文件夹,需要使用一个系统级别的os包,具体命令如下
os.makedirs("d://test//test1")
os.nkdir("d://test2")