python pathlib学习
第一次学习看到的文章链接:https://blog.csdn.net/amanfromearth/article/details/80265843
Path(__file__) 返回当前文件的绝对路径,Path(__file__).parent 返回的是当前文件的上一级路径。https://www.cnblogs.com/ajaxa/p/9016475.html
第一次学习看到的文章链接:https://blog.csdn.net/amanfromearth/article/details/80265843
Path(__file__) 返回当前文件的绝对路径,Path(__file__).parent 返回的是当前文件的上一级路径。https://www.cnblogs.com/ajaxa/p/9016475.html