python中关于时间变量的处理

时间在python中有3中存储方法:python 1.str 2.float 3.struct tuple(time.struct_time 或 datetime.datetime)web #time.struct_time形如: time.struct_time(tm_year=2016, tm_mon=11, tm_mday=13, tm_hour=8, tm_min=53, tm_sec=5
相关文章
相关标签/搜索