python获取当前时间戳

import time

# 获取当前时间戳
print(int(time.time()))


原文地址:https://www.cnblogs.com/WebLinuxStudy/p/12190468.html