>>> import os >>> os.path.split('D:/source/dataset/new_file.txt') ('D:/source/dataset', 'new_file.txt')
相关文章:
最新文章
最受欢迎文章