摘要: 获取当前文件的全路径:path = os.path.abspath(__file__)获取全路径中的路径,就是不要文件名 filepath = os.path.join(os.path.split(path)[0], 'files') 阅读全文
posted @ 2022-02-21 17:09 ivyJ 阅读(317) 评论(0) 推荐(0)