測試開發工程師的學習之路--2--python路徑

os.path.dirname #是獲取路徑名稱 os.path.realpath(__file__) #獲取.py文件所在父級的路徑 os.path.dirname(os.path.realpath(__file__)) #獲取.py文件所在父級的路徑的名稱 path3 = os.path.dirname(os.path.abspath('.')) #獲取項目根目錄的相對路徑 os
相關文章
相關標籤/搜索