一、pathlib 1、路径操作模块2、3.4版本之前: Os.path 3、基本操作: from os import path p ... print(path.basename(p)) #netwoek
確定! 回上一頁