python3中pathlib库的Path类方法汇总

一、调用库 1函数 from pathlib import Pathspa 二、建立path对象 p = Path(file) 三、方法总结code 1对象 2ci 3get 4generator 5string 6it 7table 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
相关文章
相关标签/搜索