标签: javascript node.js mongodb debian
当我运行db.collection.insert({ "_id": null, "test": "Test config text......" })
db.collection.insert({ "_id": null, "test": "Test config text......" })
插入后_id属性保持为空,应该生成它。这只发生在debian上。在运行相同代码的Mac上没有问题。
_id
有没有这方面的设置?