python - flask post提交timestamp不能作为参数,这是为什么?
巴扎黑
巴扎黑 2017-04-18 10:31:35
0
2
516
import datetime
u = models.User.query.get(1)
p = models.Post(body='my first post!', timestamp=datetime.datetime.utcnow(), author=u)

巴扎黑
巴扎黑

Antworte allen(2)
迷茫

因为你定义的Post类没有timestamp这个属性: https://github.com/zzzeek/sql...

大家讲道理

把Model 发出来 看不到 是不是类型错了

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage