kangda-robot-backend/ruoyi-fastapi-backend/007测试python文件.py

5 lines
111 B
Python

import os
txt_path = "./test/image_base64.txt"
print(os.path.dirname(txt_path))
# os.makedirs(, exist_ok=True)