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.
ノード js で objectid をランダムに生成する必要があります。作成する方法はありますか。
MongoDB ObjectID を意味する場合は、これを試してください。
var ObjectID = require('mongodb').ObjectID; var objectId = new ObjectID();