import time, os
create_time = time.ctime(os.path.getctime(filename))
modify_time = time.ctime(os.path.getmtime(filename))

 

相关文章:

  • 2021-12-19
  • 2021-11-30
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案