import os.path as osp >>> osp.basename('D:ABC ew.txt') 'new.txt' ... join(path1,path2),将path1和path2各部分组合成一个路径
確定! 回上一頁