获取毫秒级时间戳

import time
print(int
(round(time.time() * 1000)))

原文地址:https://www.cnblogs.com/sea-stream/p/10573619.html