import os,os.path as osp def check_dir(path): """ make sure the dir specified by path got created """ d = osp.abspath(osp.join(path, ...
確定! 回上一頁