会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
eosclover
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年12月28日
Python 获取当前时间的时间戳
秒级 import time now = time.time() #返回float数据 # 获取当前时间戳 秒级级 print(int(now)) 毫秒级 import time now = time.time() #返回float数据 #毫秒级时间戳 print(int(round(now * 1
Read More
posted @ 2020-12-28 15:28 eosclover
Views(11023)
Comments(0)
Diggs(0)
Edit
公告