python下os.path模塊的常見用法

python中os.path經常使用模塊 1. os.path.sep:路徑分隔符 linux下就用這個了’/’ 2. os.path.altsep: 根目錄 3. os.path.curdir:當前目錄 4. os.path.pardir:父目錄 5. os.path.abspath(path):絕對路徑 6. os.path.join(): 經常使用來連接路徑 7. os.path.split
相關文章
相關標籤/搜索