[资源介绍]
pathlib — Object-oriented filesystem paths — Python 3.14.2 documentation
Source code: Lib/pathlib/ This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which pro...
- pathlib - (Python 标准库)一个跨平台、面向对象的路径库。