python 相對路徑和絕對路徑的區別

一,Python中得到當前目錄和上級目錄html 獲取當前文件的路徑:python from os import path d = path.dirname(__file__) #返回當前文件所在的目錄 # __file__ 爲當前文件, 若果在ide中運行此行會報錯,可改成 #d = path.dirname('.') 得到某個路徑的父級目錄:( 強烈建議使用該方法!能夠逐層獲
相關文章
相關標籤/搜索