if not os.path.exists(path_dir):
os.makedirs(path_dir)
参考:https://docs.python.org/3/library/os.html#os.makedirs
if not os.path.exists(path_dir):
os.makedirs(path_dir)
参考:https://docs.python.org/3/library/os.html#os.makedirs