javascript 如何在mongodbdriver中使用ObjectId?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 如何在mongodbdriver中使用ObjectId?相关的知识,希望对你有一定的参考价值。

const ObjectId = require('mongodb').ObjectId; 
const id = req.params.gonderi_id;       
const o_id = new ObjectId(id);

以上是关于javascript 如何在mongodbdriver中使用ObjectId?的主要内容,如果未能解决你的问题,请参考以下文章

C# mongodb driver 2.0 - 如何在批量操作中更新插入?

将 MongoDB java 驱动程序与 MobileFirst Platform 8 Beta JavaScript Adapter 一起使用

Go使用MongoDB——Qmgo框架

如何在 MongoDb 驱动程序的列表中包含特定字段

如何使用 C# mongodb 驱动程序防止 SQL 注入?

kubectl (node:7) [MONGODB DRIVER] 警告:当前的服务器发现和监控引擎已被弃用,将在未来版本中删除