import os
if not os.path.exists(directory):
os.mkdir(directory)
相关文章:
import os
if not os.path.exists(directory):
os.mkdir(directory)
相关文章: