python时间操作
# 第一种方式,如果传入字符串时间 date1 = time.strptime('2018-08-16 01:28:33', "%Y-%m-%d %H:%M:%S") date2 = time....
Python
2018-11-17
1144
0