2023年2月13日

摘要: db.collection.find() db.collection.find({属性:值}) db.collection.findOne() 查询集合中符合条件的所有的文档: db.stus.find();//返回数组,里面有多个对象 db.stus.find({}); db.stus.find( 阅读全文
posted @ 2023-02-13 21:03 sunny_2016 阅读(421) 评论(0) 推荐(0)

导航