标签: node.js mongodb mongoose
mongodb对象是否存在toString类型函数。例如,我有一个mongo对象,我在node.js中使用mongoose访问它。
x = new Type();
我想打电话给
console.log(x);
显示在toString of x中定义的特定字段。 这不等于object._id.toString(),因为x没有存储在数据库中。