import os print(os.path.dirname(os.path.dirname(__file__))) print(os.path.dirname(__file__)) print(os.path.dirname("D:/可以删的/untitled"))
结果
C:\Users\Administrator\AppData\Local\Programs\Python\Python36\python.exe D:/可以删的/untitled/5.py D:/可以删的 D:/可以删的/untitled D:/可以删的
原文地址:https://www.cnblogs.com/lexus168/p/12610774.html
时间: 2024-10-16 05:12:57