文章分类 -  python

学习自动化
摘要:1、获取当前路径 current_path1 = os.path.abspath(__file__) current_path2 = os.path.realpath(__file__) 两种方式返回结果一样:D:\PythonProject\test\app01\config\read_yaml. 阅读全文
posted @ 2021-07-30 14:08 盖伦、 阅读(2366) 评论(0) 推荐(0)