pythn os

獲取文件所在路徑 import os os.path.dirname(__file__)  獲取當前文件的所在路徑 print (os.path.dirname(os.path.dirname(__file__))) 獲取當前文件的所在目錄的上級路徑 print (os.path.dirname(os.path.dirname(os.path.dirname(__file__))))  獲取當前文
相關文章
相關標籤/搜索