gpt4 book ai didi

python - 字典对象不可调用

转载 作者:可可西里 更新时间:2023-11-01 09:57:54 27 4
gpt4 key购买 nike

<分区>

这是我的 python 程序,它正在与 mongodb 建立连接*

import pymongo
from pymongo import MongoClient
connection = MongoClient('localhost', 27017)
db = connection.test
names = db.names
item =names.find_one()
print item('name')

而且,我收到了这个错误

C:\Users\hpg6\Desktop>python mycon.py
Traceback (most recent call last):
File "mycon.py", line 15, in <module>
print (item('name'))
TypeError: 'dict' object is not callable

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com