pathlib 中主要有两个class,PurePath和Path,后者继承前者。 ... Path.mkdir有一个python3.5才加上的参数很有用,exist_ok,可以简化代码的编写:
確定! 回上一頁