python获取当前文件路径以及父文件路径
#当前文件的路径 pwd = os.getcwd() #当前文件的父路径 father_path = os.path.abspath(os.path.dirnam ...
#当前文件的路径 pwd = os.getcwd() #当前文件的父路径 father_path = os.path.abspath(os.path.dirnam ...