File "C:/Users/user/PycharmProjects/MyDevWork/PygamesRelated/game_1.py", line 29, in <module>AttributeError: 'Event' object has no attribute 'key'import p
如何访问python文件中的{{c.key().id()}}?它在我的html中正确地打印出正确的id。当我使用id= Comment.key().id()的时候AttributeError: 'function' object has no attribute'id'or id= Comment.key.idid = Comment.key()
Typ