Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

mongoose怎么传递一段代码段到mongoodb?

$
0
0

比如

var a = db.collection.find(); var b = []; a.forEach(item=> { if (item.name == 1) b.push(item) }); b; 有一个处理比较复杂的语句代码段,而且我想返回多个查询到的数据,mongoose怎么传递这段代码段到mongoodb?


Viewing all articles
Browse latest Browse all 14821

Trending Articles