Posts tagged with "路徑處理"

There are a total of 1 posts.

Python 標準庫征服 3 - pathlib

Published 五月 08, 2025 by whitedec

pathlib 是一個 Python 標準庫,可以以面向對象的方式處理文件路徑。這篇文章輕鬆描述了 pathlib 的主要功能和使用示例。

#python , #標準庫 , #pathlib , #python_tip , #路徑處理