AttributeError: ‘module’ object has no attribute ‘mkdirs’ 解决办法: 没有os.mkdirs。或许你可以修改成os.mkdir或者 os.makedirs来试试?