• os.path.abspath(path) #返回绝对路径os.path.basename(path) #返回文件名os.pathmonprefix(list) #返回list(多个路径)中,所有path共有的最长的路径。os.path.d
    admin4小时前
    00