1
該查詢返回的結果db.graduates.find({student_id: '2010-01016'}).pretty()
MongoDB中創建函數控制檯
,然後我建立在蒙戈外殼的功能
function findStud(name,value){ return db.graduates.find({name:value}); }
當我運行這個findStud("student_id","2010-01016")
它不顯示結果