python获取当前时间戳

python学习网 2020-01-14 12:57:01
import time

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


阅读(2336) 评论(0)