当前位置:首页 > 技术问答
问题描述
Python写程序测试已经通过了,但是在服务器上跑的时候报错了,出现以下报错:
root@SWL-NAS:/# /usr/bin/python /volume2/Share/work/test.py Traceback (most recent call last): File "/volume2/Share/work/test.py", line 6, in <module> timestamp = nowtime.timestamp() AttributeError: 'datetime.datetime' object has no attribute 'timestamp'以下截取了一段代码如下: