nodeJS 操做MongoDB count方法的正確姿式

今天項目中遇到了須要經過MongoDB的count方法獲取數值的狀況,在網上查遍的各個論壇,然而都是輕描淡寫一筆帶過(其實就是扯淡),多是MongoDB版本的緣由db.collection("blogs").find({author: 'f', type: '1'}).count()根本不會返回數值 ,而db.blogs.find({author: 'f', type: '1'}).count()
相關文章
相關標籤/搜索