let mongoose=require('mongoose'); let id='5aeac9a955fa7427474594d5';
1、字符串转ObjectId
mongoose.Types.ObjectId(id);
2、ObjectId转字符串
mongoose.Types.ObjectId(id).toString()