摘要: 原始链接:https://www.cnblogs.com/fangbei/p/python-time.html 1、获取秒级时间戳与毫秒级时间戳、微秒级时间戳 import time import datetime t = time.time() print (t) #原始时间数据 print (i 阅读全文
posted @ 2020-12-07 14:56 guoyunlong666 阅读(2462) 评论(0) 推荐(0) 编辑