total_seconds

可以快速上手的开发文档

#total_seconds

Python时间差中seconds和total_seconds的区别详解

如下所示:importdatetimet1=datetime.datetime.strptime("2017-9-0610:30:00","%Y-%m-%d%H:%M:%S")t2=datetime.datetime.s..