一、Find查询 事前准备:插入如下数据 db.Students.insert([ { _id:1,name:\"Zhao\", age:25, country:\"USA\", books:[\"js\",\"C++\",\"EXTJS\",\"MongoDB\"]},