mongodb中的一些使用笔记 2022-3-07 9:32 | 54 | 0 | 数据库 33 字 | 几秒读完 1、_id 字段转字符串使用”.str”举例:db.collection.find({idstr:_id.str}) 2、字符串转_id使用:”ObjectId()”