Python 日期格式,时间戳之间转换 发表于 2017-07-01 更新于 2021-03-27 分类于 Python Valine: 获取当前时间戳 方法: 12345import timenow = time.time()print('now:', now, '\n', type(now)) 输出结果: 12now: 1498926743.1411922 <class 'float'> 获取当前日期 阅读全文 »