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.
我编写了一个使用 Mongo DB 的 nodejs 代码。我在循环中插入数据,当所有内容都被插入时,代码不会退出,当我使用db.close()我的代码强制关闭数据库时,不会在数据库中写入完整数据。
db.close()
有人可以提供一些帮助吗?