摘要:
time.strftime("%Y%m%d%H%M%S", time.localtime(time.time())) today = datetime.now().strftime('%Y-%m-%d %H:%M:%S') def yield_day(start_day, stop_time=Non 阅读全文
摘要:
from pathlib import Path print(__file__) print(Path(__file__)) print(Path(__file__).resolve()) print(Path(__file__).resolve().parent.parent) sys.path. 阅读全文