会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ppxs
博客园
首页
新随笔
联系
管理
订阅
2022年9月16日
Python获取当前时间戳
摘要: import time def now_to_timestamp(digits=10): time_stamp = time.time() digits = 10 ** (digits - 10) time_stamp = int(round(time_stamp * digits)) return
阅读全文
posted @ 2022-09-16 11:38 金色弗兰奇
阅读(209)
评论(0)
推荐(0)