- import os
-
- #獲取當(dāng)前路徑
- print os.path.dirname(os.path.abspath(__file__))
-
- <pre name="code" class="python">#獲取當(dāng)前路徑
print os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
- #獲取上級(jí)目錄
- print os.path.abspath(os.path.join(os.path.dirname(__file__),".."))
- <pre name="code" class="python">#獲取當(dāng)前路徑
print os.getcwd()
- <pre name="code" class="python">#獲取上級(jí)目錄
print os.path.dirname(os.getcwd())
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。