import os#join函数里面的参数必须是字符串 里面的格式就直接按照文件夹路径的格式来写for i in range(0,5): a=os.path.join('D:\\','测试文件夹\\',str(i)) os.makedirs(a)