os.getcwd()查看当前工作路径 os.path.exists()判断文件是否存在 os.rmdir()删除文件或空文件夹 os.listdir()列出文件名
sys.path 查询程序运行时搜索的路径