import os
import time
import datetime

filePath=r"C:\pyweibo\cookies5673210223"
ctime=os.path.getctime(filePath)
create=datetime.datetime.fromtimestamp(ctime)+datetime.timedelta(days=+1)#日期加1
nowdate=datetime.datetime.now()
print(create)

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-10-16
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2021-11-09
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
相关资源
相似解决方案