Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里 MongoDB 条目显示 3889 ,但它都显示为空。
但是,如果我尝试使用 api,那么它会显示所有数据。
这怎么可能,这种事情会发生在哪种情况下?
这也开始发生在我身上,只需进入 mongo 控制台,然后输入:
db.collection.find()
查看您的数据,您可能会发现其中一个文档条目分配了NaN.
NaN
这怎么会发生?至少在 Javascript 中,如果一个变量在发送给collection.update()它时不存在NULL,如果你再添加它,它就会变成'NaN'。
collection.update()
NULL
这至少是一种情况,即 RockMongo PHP 代码出错并且只显示文档的标题而没有数据。