# a='2016-07-16 09:12:50'
# b='2016-09-09 04:12:59'
# a1=datetime.datetime.strptime(a, "%Y-%m-%d %H:%M:%S")
# b1=datetime.datetime.strptime(b, "%Y-%m-%d %H:%M:%S")
# res =(b1-a1).seconds
#print(res)

 

相关文章:

  • 2021-12-30
  • 2021-08-27
  • 2022-01-19
  • 2021-05-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2021-12-03
  • 2021-12-30
  • 2021-06-23
  • 2022-12-23
相关资源
相似解决方案