import os
if not os.path.exists(directory):
    os.mkdir(directory)

相关文章: