发布时间:2019-08-31 10:12:23编辑:auto阅读(2499)
import time
from datetime import datetime
start = round(time.time()*1000)
print start
start_ = datetime.utcnow()
print start_
time.sleep(1)
end = round(time.time()*1000)
print end
end_ = datetime.utcnow()
print end_
c = (end_ - start_)
print c.seconds
print c.microseconds
print c
print c/2
上一篇: Python printf的使用方法
下一篇: Elasticsearch集群搭建及Py
51352
50815
41413
38211
32705
29598
28422
23324
23267
21596
1685°
2410°
2014°
1952°
2289°
1980°
2687°
4498°
4328°
3082°