06 2022 档案

摘要:def seconds_to_str(seconds): """ 时间戳转为 天 时 分 秒 :param seconds: int or float :return: str eg: 360 --> 6分0秒 """ days = int(seconds // (3600 * 24)) hours 阅读全文
posted @ 2022-06-06 17:52 cnblogs用户 阅读(664) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示