Python獲取路徑與訪問文件

1、獲取路徑和所在目錄python 目錄結構: . └── ES ├── rest │ └──test_direction.py └── data │ └── abc.txt └── a.txtweb test_direction.py:svg # -*- coding: utf-8 -*- import os print("獲取當前文件的絕對路徑:") print(os.path.abspath
相關文章
相關標籤/搜索