import os
here = os.path.abspath(os.path.dirname(__file__))
print(here)
python 获取当前文件路径,地址
最新推荐文章于 2025-06-13 07:57:56 发布
import os
here = os.path.abspath(os.path.dirname(__file__))
print(here)