在title中查询包含“公司”的一个结果 db.collection("coll").findOne({'title':????},{title:true},function(err,t){ console.log(t); })