xmanman

导航

 

2020年3月12日

摘要: 首先先知道几个常用的,找系统路径的命令: 当前文件的所在路径: os.path.abspath(__file__) # /app/zws/test2.py 当前文件的所在的父级路径: os.path.abspath(os.path.abspath(__file__) + os.path.sep + 阅读全文
posted @ 2020-03-12 14:38 xmanman 阅读(584) 评论(0) 推荐(0)