黑马程序员技术交流社区

标题: 【上海校区】Python报错TypeError: Tuple or struct_time argument required [打印本页]

作者: 不二晨    时间: 2019-1-2 09:19
标题: 【上海校区】Python报错TypeError: Tuple or struct_time argument required
错误原因,类型出错误啦,转换不了!
我的解决:

>>> time.mktime(time.localtime())
1545053905.0
1
2
具体就看下面的!
我的报错:

>>> time.mktime(now)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: Tuple or struct_time argument required
>>>
1
2
3
4
5

因为上面的时间转换,现在格式不支持互相转换啦。然后就报错误啦!

这样就OK啦!

---------------------
转载,仅作分享,侵删
作者:想搞网络安全
原文:https://blog.csdn.net/weixin_42859280/article/details/85057206



作者: 一个人一座城0.0    时间: 2019-1-2 11:27
看一看。
作者: 不二晨    时间: 2019-1-3 10:13
奈斯




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2