首先要导入os模块
import os
abspath = os.path.abspath(__file__) print(abspath)
结果:
D:\python_spider\python_spider_lt\更新当天数据.py
dirname = os.path.dirname(__file__) print(dirname)
本文持续更新中,用到什么更新什么