#coding=utf-8
def get_file_path(root_path,file_list,dir_list):
import os
#获取该目录下所有的文件名称和目录名称
dir_or_files
2019-11-12