获取当前folder

import os
import sys

project_folder = os.path.dirname(os.path.abspath(__file__))
#路径拼接os.path.join(a,b)
IMAGES_STORE = os.path.join(project_folder,"images")

results matching ""

    No results matching ""