python路径获取

获取当前项目的路径所在位置

A = os.path.dirname(os.path.abspath(os.path.abspath(__file__)))

你可能感兴趣的:(python路径获取)