python中os.path經常使用模塊

python中os.path經常使用模塊 os.path.sep:路徑分隔符, linux下就是這個’/’ os.path.altsep: 根目錄 os.path.curdir:當前目錄 os.path.pardir:父目錄 os.path.abspath(path):絕對路徑 os.path.join(): 經常使用來連接路徑 os.path.split(path): 把path分爲目錄和文件兩
相關文章
相關標籤/搜索