会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
F
首页
新随笔
管理
2020年12月29日
【Python】时间与时间戳
摘要: code import time #获取10位时间戳 t=time.time() print(int(t)) #获取13位时间戳 temp=time.time() timestamp=int(round(temp*1000)) print(timestamp) #日期转时间戳 dt="2020-12
阅读全文
posted @ 2020-12-29 18:21 anobscureretreat
阅读(115)
评论(0)
推荐(0)
编辑