Fork me on GitHub
摘要: 根据当前时间戳获得整点时间戳 import time unit = 3600 cur_time = int(time.time()) hour_stamp = cur_time - ( cur_time % unit ) 根据当前时间戳获得整天凌晨时间戳 unit = 3600 * 24 date_ 阅读全文
posted @ 2021-04-09 12:08 君乐豹 阅读(1527) 评论(0) 推荐(0) 编辑
Live2D